diff options
Diffstat (limited to 'source/Asura.Editor/dui_module.h')
-rw-r--r-- | source/Asura.Editor/dui_module.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/source/Asura.Editor/dui_module.h b/source/Asura.Editor/dui_module.h deleted file mode 100644 index 657c404..0000000 --- a/source/Asura.Editor/dui_module.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef __ASRUA_EDITOR_DIRECTUI_MODULE_H__ -#define __ASRUA_EDITOR_DIRECTUI_MODULE_H__ - -#include <asura-utils/module.h> - -namespace AsuraEditor -{ - - /// - /// Direct UI module. - /// - class DUIModule : public AsuraEngine::Module - { - public: - - void Initialize(Luax::LuaxState& state) override; - - void Finalize(Luax::LuaxState& state) override; - - }; - -} - -#endif
\ No newline at end of file |