forked from rcxpony/sparkle
10 lines
233 B
C++
10 lines
233 B
C++
#ifndef INCLUDE_API_HPP_
|
|
#define INCLUDE_API_HPP_
|
|
#include <api/Author.hpp>
|
|
#include <api/Message.hpp>
|
|
#include <api/Channel.hpp>
|
|
#include <api/Embed.hpp>
|
|
#include <api/Bot.hpp>
|
|
#include <api/User.hpp>
|
|
#include <api/Guild.hpp>
|
|
#endif |