blob: 312529209369442ffdf242d14964d4394a297d26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef _ASURA_GRAPHICS_HELPER_H_
#define _ASURA_GRAPHICS_HELPER_H_
#include <asura-base/Classes.h>
namespace_begin(AsuraEngine)
namespace_begin(Graphics)
namespace_end
namespace_end
#endif
|