lokinet/libabyss/include/libabyss.hpp
2019-03-13 16:01:10 -04:00

20 lines
236 B
C++

#ifndef __LIB_ABYSS_HPP__
#define __LIB_ABYSS_HPP__
#include <abyss/server.hpp>
#include <abyss/client.hpp>
namespace abyss
{
struct Globals
{
Globals()
{
}
~Globals()
{
}
};
} // namespace abyss
#endif