mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-11 14:43:34 +00:00
initial commit
This commit is contained in:
14
ScopEngine/Runtime/Includes/ScopCore.h
git.filemode.normal_file
14
ScopEngine/Runtime/Includes/ScopCore.h
git.filemode.normal_file
@@ -0,0 +1,14 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user