blob: ee38319f046ca8278e6938d3c62b1908964c7d68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef _ASURA_EDITOR_DRAW_INFO_H_
#define _ASURA_EDITOR_DRAW_INFO_H_
#include <asura-utils/Classes.h>
namespace_begin(AsuraEditor)
class DrawInfo
{
};
namespace_end
#endif
|