Made the pointer-ness of object handles explicit.

This commit is contained in:
Camilla Berglund
2013-01-05 21:13:28 +01:00
parent fc79e0a3a8
commit 9af960e2dd
32 changed files with 246 additions and 245 deletions

View File

@@ -39,7 +39,7 @@
typedef struct
{
GLFWwindow window;
GLFWwindow* window;
const char* title;
float r, g, b;
thrd_t id;