mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +00:00
demon2 -> demon; eliminate original demon layer
This commit is contained in:
@@ -5,16 +5,11 @@
|
||||
#define DEMON_INC_H
|
||||
|
||||
#include "demon_core.h"
|
||||
#include "demon_common.h"
|
||||
#include "demon_accel.h"
|
||||
#include "demon_os.h"
|
||||
|
||||
#if OS_WINDOWS
|
||||
# include "win32/demon_os_win32.h"
|
||||
#elif OS_LINUX
|
||||
# include "linux/demon_os_linux.h"
|
||||
# include "win32/demon_core_win32.h"
|
||||
#else
|
||||
# error No Demon Implementation for This OS
|
||||
# error Demon layer backend not defined for this operating system.
|
||||
#endif
|
||||
|
||||
#endif //DEMON_INC_H
|
||||
#endif // DEMON_INC_H
|
||||
|
||||
Reference in New Issue
Block a user