This repository has been archived on 2025-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
sparkle/include/api.hpp
fluttershy 2e54a17b5d fixes
2025-01-29 16:06:47 +05:00

10 lines
287 B
C++

#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>
#endif