blob: 2deb21eb26a324b94ba77977170e4d3b5ce8003e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef _ASURA_EDITOR_MENU_CONTROLLER_H_
#define _ASURA_EDITOR_MENU_CONTROLLER_H_
#include <asura-base/Classes.h>
namespace_begin(AsuraEditor)
struct MenuItem;
namespace_end
#endif
|