]> git.lizzy.rs Git - irrlicht.git/blob - include/SVertexIndex.h
Bump revision
[irrlicht.git] / include / SVertexIndex.h
1 // Copyright (C) 2008-2012 Nikolaus Gebhardt\r
2 // This file is part of the "Irrlicht Engine".\r
3 // For conditions of distribution and use, see copyright notice in irrlicht.h\r
4 \r
5 #ifndef __S_VERTEX_INDEX_H_INCLUDED__\r
6 #define __S_VERTEX_INDEX_H_INCLUDED__\r
7 \r
8 #include "irrTypes.h"\r
9 \r
10 \r
11 namespace irr\r
12 {\r
13 namespace video\r
14 {\r
15 enum E_INDEX_TYPE\r
16 {\r
17         EIT_16BIT = 0,\r
18         EIT_32BIT\r
19 };\r
20 \r
21 \r
22 } // end namespace video\r
23 } // end namespace irr\r
24 \r
25 #endif\r
26 \r