diff options
Diffstat (limited to 'libjin/jin.h')
-rw-r--r-- | libjin/jin.h | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/libjin/jin.h b/libjin/jin.h index 239fddd..a4bb37f 100644 --- a/libjin/jin.h +++ b/libjin/jin.h @@ -1,23 +1,25 @@ -#ifndef __JIN_H -#define __JIN_H +#ifndef __LIBJIN_H +#define __LIBJIN_H #include "modules.h" #include "Utils/utils.h" -#ifdef JIN_MODULES_AUDIO && JIN_AUDIO_SDLAUDIO +#ifdef LIBJIN_MODULES_AUDIO && LIBJIN_AUDIO_SDLAUDIO #include "Audio/SDL/SDLAudio.h" -#endif // JIN_MODULES_AUDIO && JIN_AUDIO_SDLAUDIO +#endif // LIBJIN_MODULES_AUDIO && LIBJIN_AUDIO_SDLAUDIO #include "Core/Core.h" #include "Filesystem/Filesystem.h" +#include "Filesystem/Buffer.h" #include "Input/Input.h" #include "Net/Net.h" #include "Graphics/Graphics.h" #include "Time/Timer.h" #include "Thread/Thread.h" +#include "Common/common.h" -#define JIN_VERSION "Jin 0.1"; -#define JIN_AUTHOR "Chai"; -#define JIN_RELEASE "Jin 0.1.1"; -#define JIN_VERSION_NUM 101; +#define LIBJIN_VERSION "Jin 0.1"; +#define LIBJIN_AUTHOR "Chai"; +#define LIBJIN_RELEASE "Jin 0.1.1"; +#define LIBJIN_VERSION_NUM 101; -#endif // __JIN_H
\ No newline at end of file +#endif // __LIBJIN_H
\ No newline at end of file |