change to header guards wooo

This commit is contained in:
elijah-thomas774
2024-03-17 18:55:49 -04:00
parent de0d7a8e0a
commit 6ca7763bc0
84 changed files with 473 additions and 285 deletions
+4 -1
View File
@@ -1,4 +1,5 @@
#pragma once
#ifndef ARC_MANAGER_H
#define ARC_MANAGER_H
#include <common.h>
@@ -32,3 +33,5 @@ public:
};
OarcManager g_OarcManager;
#endif;
+4 -1
View File
@@ -1,4 +1,5 @@
#pragma once
#ifndef BITWISE_FLAG_HELPERS_H
#define BITWISE_FLAG_HELPERS_H
#include <common.h>
@@ -11,3 +12,5 @@ public:
void setFlag(u16 slot, u16 shift, u16 *pData, u16 flagCount);
void unsetFlag(u16 slot, u16 shift, u16 *pData, u16 flagCount);
};
#endif
+4 -1
View File
@@ -1,4 +1,5 @@
#pragma once
#ifndef FLAG_SPACE_H
#define FLAG_SPACE_H
#include <common.h>
@@ -23,3 +24,5 @@ public:
void copyFromSaveFile(u16 *pSaved, u16 offset, u16 flagCount);
virtual void filemanagerCheck();
};
#endif
+4 -2
View File
@@ -1,9 +1,9 @@
#pragma once
#ifndef ROOM_MANAGER_H
#define ROOM_MANAGER_H
#include "d/d_base.h"
#include <common.h>
#define MAX_ROOM_NUMBER 64
class dRoom;
@@ -32,3 +32,5 @@ public:
public:
/* 801b42b0 */ static dBase_c *getRoom(int roomid);
};
#endif
+4 -1
View File
@@ -1,4 +1,5 @@
#pragma once
#ifndef SAVE_FILE_H
#define SAVE_FILE_H
#include "UnknownTypeBelongings.h"
#include <common.h>
@@ -107,3 +108,5 @@ public:
/* 80009D10 */ s8 *getAreaT2();
/* 80009D20 */ s8 *getAreaT3();
};
#endif
+4 -1
View File
@@ -1,4 +1,5 @@
#pragma once
#ifndef UNK_FLAG_STUFF_H
#define UNK_FLAG_STUFF_H
#include <common.h>
@@ -21,3 +22,5 @@ public:
void setCounterOrFlag(u16 counterIdx, u16 *pData, u32 flagCount, u32 value);
u32 checkFlagValid(u16 counterIdx, u32 flagCount);
};
#endif