about summary refs log tree commit diff stats
path: root/src/pong.h
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-09-10 16:16:45 -0400
committerCharadon <dev@iotib.net>2022-09-10 16:16:45 -0400
commit5b2cac6bf167a825684da433093b720e8b6523c7 (patch)
tree689c133a824dfd6f5066b393367ac41672dd9cc2 /src/pong.h
parentcd61a586a10e9e3d8d7ec4b0e55ea6caad9dbe65 (diff)
downloadPong-C-5b2cac6bf167a825684da433093b720e8b6523c7.tar.gz
Replaced malloc and free with garbage collector versions.
Diffstat (limited to 'src/pong.h')
-rw-r--r--src/pong.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pong.h b/src/pong.h
index d0099d4..310c45f 100644
--- a/src/pong.h
+++ b/src/pong.h
@@ -16,6 +16,7 @@
 #include <string.h>
 #include <stdint.h>
 #include <stdlib.h>
+#include <gc.h>
 
 #include "sounds.h"