summaryrefslogtreecommitdiff
path: root/Source/modules/asura-base/Math/Quaternion.h
blob: 53b63c9edc719eafc344df8ad97d29ebcec1c189 (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