summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Math/Vector3.h
blob: 14fdd884cecbfe9fbeb6af68dc0c1381cdb786ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __AE_VECTOR3_H__
#define __AE_VECTOR3_H__

namespace AsuraEngine
{
    namespace Math
    {

        class Vector3
        {

        };

    }
}

#endif