blob: 591cbd99c6cb0faa02445c06c51f4dde30a361d0 (
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-utils/Classes.h>
namespace_begin(AsuraEditor)
struct MenuItem;
namespace_end
#endif
|