Add frame limiter, update glfw to 3.2

This commit is contained in:
2016-06-17 03:00:11 +10:00
parent 5cebf9ad0d
commit 9861a02ed1
41 changed files with 1616 additions and 608 deletions
+2
View File
@@ -5,11 +5,13 @@
typedef uint8_t u8;
typedef uint32_t u32;
typedef uint64_t u64;
typedef int32_t i32;
typedef i32 b32;
typedef float f32;
typedef double f64;
#define TRUE 1
#define FALSE 0