blob: ab91ab7aaac245082e883586425090e365cd2a48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef _ASURA_EDITOR_H_
#define _ASURA_EDITOR_H_
#include <asura-utils/Scripting/Portable.hpp>
#include <asura-utils/Classes.h>
#include <windows.h>
namespace_begin(AsuraEditor)
int MainMessageLoop();
void TranslateAndDispatch(MSG& msg);
namespace_end
#endif
|