Fix compile errors

This commit is contained in:
Jeff
2024-06-22 13:22:21 +02:00
parent 51e8efc6a5
commit 11ebd537d8
3 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#include "scriptError.h"
#include "compat.h"
#include <stdarg.h>
#include "../hid/hid.h"
s64 scriptCurrentLine;
u8 scriptLastError = 0;