mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-10 22:23:35 +00:00
15 lines
291 B
C
15 lines
291 B
C
#ifndef __SCOP_CORE__
|
|
#define __SCOP_CORE__
|
|
|
|
#include <Core/Engine.h>
|
|
#include <Core/CLI.h>
|
|
#include <Core/EventBase.h>
|
|
#include <Core/EventBus.h>
|
|
#include <Core/EventListener.h>
|
|
#include <Core/Format.h>
|
|
#include <Core/Logs.h>
|
|
#include <Core/NativeScript.h>
|
|
#include <Core/Script.h>
|
|
|
|
#endif
|