about summary refs log tree commit diff stats
path: root/src/title.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/title.c')
-rw-r--r--src/title.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/title.c b/src/title.c
index 5c8987c..2327713 100644
--- a/src/title.c
+++ b/src/title.c
@@ -1,4 +1,6 @@
 #include "pong.h"
+#include <raylib.h>
+#include <stdio.h>
 
 struct LeaderboardEntries {
     int Score;