You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/libabyss/include/libabyss.hpp

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