Fix building

This commit is contained in:
Cuyler36
2023-04-23 18:48:44 -04:00
parent c75418ec1b
commit a41b9e6b36
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef U64TYPES_H
#define U64TYPES_H
#ifndef ULTRATYPES_H
#define ULTRATYPES_H
#include "types.h"
+1
View File
@@ -9,6 +9,7 @@ extern "C" {
typedef struct actor_s {
/* TODO ... */
u8 _tmp;
} ACTOR;
#ifdef __cplusplus