From 6811d9e01cedc026b7e75f98f4846a3e0ea0d873 Mon Sep 17 00:00:00 2001 From: "V. R. Miguel" <36349314+vrmiguel@users.noreply.github.com> Date: Sun, 17 May 2020 21:17:27 -0300 Subject: [PATCH] Fixed a dumb thing --- src/pc/cheats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pc/cheats.c b/src/pc/cheats.c index 89ed004d..5663d777 100644 --- a/src/pc/cheats.c +++ b/src/pc/cheats.c @@ -1 +1,2 @@ +#include "cheats.h" struct CheatList Cheats;