GCC build fix
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
#ifndef SRC_CONSTANTS_H_
|
||||
#define SRC_CONSTANTS_H_
|
||||
|
||||
#include <limits.h>
|
||||
#include "typedefs.h"
|
||||
|
||||
#define CHUNK_W 16
|
||||
@@ -17,4 +18,4 @@ inline uint vox_index(int x, int y, int z, int w, int d) {
|
||||
return (y * d + z) * w + x;
|
||||
}
|
||||
|
||||
#endif // SRC_CONSTANTS_H_
|
||||
#endif // SRC_CONSTANTS_H_
|
||||
|
||||
Reference in New Issue
Block a user