lokinet/libabyss/include/libabyss.hpp
2018-11-01 08:47:14 -04:00

6 lines
115 B
C++

#ifndef __LIB_ABYSS_HPP__
#define __LIB_ABYSS_HPP__
#include <abyss/server.hpp>
#include <abyss/client.hpp>
#endif