aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/love.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libraries/love.h')
-rw-r--r--src/libraries/love.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libraries/love.h b/src/libraries/love.h
index cbd4c80..cf23f3c 100644
--- a/src/libraries/love.h
+++ b/src/libraries/love.h
@@ -83,6 +83,7 @@ love needs
83 83
84#include "Runnr.h" 84#include "Runnr.h"
85 85
86#define FAKE_UUID "%08lx-%04lx-%04lx-%04lx-%012lx", random(), random() % 0xFFFF, random() % 0xFFFF, random() % 0xFFFF, random()
86 87
87typedef struct _vec4 88typedef struct _vec4
88{ 89{