blob: b93756a0db1f6e87c437f22ca837a89df91db2a2 (
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-utils/Classes.h>
namespace_begin(AsuraEngine)
namespace_begin(Graphics)
namespace_end
namespace_end
#endif
|