sparkle/include/api.hpp

10 lines
287 B
C++
Raw Permalink Normal View History

2025-01-29 16:06:47 +05:00
#ifndef INCLUDE_INTERFACE_HPP_
#define INCLUDE_INTERFACE_HPP_
#include <interface/Author.hpp>
#include <interface/Message.hpp>
#include <interface/Channel.hpp>
#include <interface/Embed.hpp>
#include <interface/Bot.hpp>
#include <interface/User.hpp>
#include <interface/Guild.hpp>
2025-01-15 13:34:41 +05:00
#endif