diff options
author | chai <chaifix@163.com> | 2019-08-01 09:15:04 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-08-01 09:15:04 +0800 |
commit | 99b90496765df21c5f377f42b9ed073ccb34c1fd (patch) | |
tree | 201cade18b6571d6ab5318945aed59a3610295a5 /source/Asura.Editor/dui_module.h | |
parent | 084623519e95f0ab0cf4bc328b5fa736d679c5bd (diff) |
*misc
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 |