blob: c1e19be1c490e874b366609efa700d5c110bcedc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef _ASURA_QUATERNION_H_
#define _ASURA_QUATERNION_H_
#include <asura-base/Classes.h>
namespace_begin(AsruaEngine)
namespace_begin(Math)
class Quaternion
{
};
namespace_end
namespace_end
#endif
|