mirror of https://github.com/libAthena/athena.git
parent
a563d65388
commit
54f884c2f7
|
@ -0,0 +1,10 @@
|
||||||
|
prefix=/usr
|
||||||
|
includedir=${prefix}/include
|
||||||
|
libdir=${prefix}/lib
|
||||||
|
|
||||||
|
Name: libAthena
|
||||||
|
Description: Basic cross platform IO library
|
||||||
|
Version: 1.0.0
|
||||||
|
Cflags: -I${includedir}/Athena -std=c++11
|
||||||
|
Libs: -L${libdir} -lAthena
|
||||||
|
Requires: zlib
|
|
@ -1,4 +1,4 @@
|
||||||
#include "MCSlot.hpp"
|
#include "Athena/MCSlot.hpp"
|
||||||
|
|
||||||
namespace Athena
|
namespace Athena
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue