Skip to content

Commit 714390c

Browse files
committed
updated types
1 parent acc5613 commit 714390c

File tree

8 files changed

+315
-311
lines changed

8 files changed

+315
-311
lines changed

src/quake/data.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
#define QK_DATA_HEADER_
33

44
#include <stdint.h>
5+
#include "../utils/types.h"
56

6-
const uint8_t _qk_palette[256][3] = {
7+
const u8 _qk_palette[256][3] = {
78
{0, 0, 0}, /* */
89
{15, 15, 15}, /* */
910
{31, 31, 31}, /* */
@@ -427,4 +428,4 @@ const float _qk_normals[162][3] = {
427428
{-0.688191f, -0.587785f, -0.425325f}, /* */
428429
};
429430

430-
#endif // QK_DATA_HEADER_
431+
#endif // QK_DATA_HEADER_

0 commit comments

Comments
 (0)