lokinet/libabyss/include/libabyss.hpp

20 lines
236 B
C++
Raw Normal View History

2018-10-19 11:41:36 +00:00
#ifndef __LIB_ABYSS_HPP__
#define __LIB_ABYSS_HPP__
#include <abyss/server.hpp>
2018-11-01 12:47:14 +00:00
#include <abyss/client.hpp>
namespace abyss
{
struct Globals
{
Globals()
{
}
~Globals()
{
}
};
} // namespace abyss
2018-10-19 11:41:36 +00:00
#endif