summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/core_module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/core_module.cpp')
-rw-r--r--source/modules/asura-core/core_module.cpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/source/modules/asura-core/core_module.cpp b/source/modules/asura-core/core_module.cpp
deleted file mode 100644
index e91dd8f..0000000
--- a/source/modules/asura-core/core_module.cpp
+++ /dev/null
@@ -1,25 +0,0 @@
-#include "core_module.h"
-
-using namespace AEThreading;
-using namespace AEGraphics;
-
-namespace AsuraEngine
-{
-
- void CoreModule::Initialize(Luax::LuaxState& state)
- {
- // Graphics
- LUAX_REGISTER_ABSTRACT_FACTORY(state, Texture);
- LUAX_REGISTER_FACTORY(state, AEGraphics::Image);
- // Wnd
- LUAX_REGISTER_SINGLETON(state, AEWindow::Window);
- // Threading
- //LUAX_REGISTER_FACTORY(state, ThreadEx);
- }
-
- void CoreModule::Finalize(Luax::LuaxState& state)
- {
-
- }
-
-} \ No newline at end of file