Fix format.sh

This commit is contained in:
octorock
2021-07-04 16:48:34 +02:00
parent 3664b4a37b
commit 811ea30321
14 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef SCRIPT_H
#define SCRIPT_H
#include "global.h"
#include "entity.h"
typedef struct ScriptExecutionContext {
u16* scriptInstructionPointer;