Use C99 integer types instead of Qt's
This commit is contained in:
parent
a75dea3ffe
commit
0253b6ed2b
7 changed files with 47 additions and 47 deletions
src
|
|
@ -27,7 +27,7 @@
|
|||
#include "globalstate.h"
|
||||
#include "global-ibo.h"
|
||||
|
||||
typedef quint32 index_t;
|
||||
typedef uint32_t index_t;
|
||||
#define _GL_INDEX_TYPE GL_UNSIGNED_INT
|
||||
|
||||
struct ColorQuadArray
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue