mirror of
https://github.com/zeldaret/ss
synced 2026-09-07 19:11:02 -04:00
change to header guards wooo
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user