Fix instDll include guards and add missing ones
This commit is contained in:
parent
c76e13678f
commit
5e197e2710
10 changed files with 51 additions and 6 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef REL_W10_H
|
||||
#define REL_W10_H
|
||||
|
||||
#include "game/gamework_data.h"
|
||||
#include "dolphin.h"
|
||||
#include "REL/executor.h"
|
||||
|
|
@ -86,4 +89,6 @@ extern s16 tutorialExitWin;
|
|||
extern s16 boardStarHostMdl;
|
||||
extern s16 boardShopHostMdl;
|
||||
extern s16 boardLotteryHostMdl;
|
||||
extern s16 boardBooHouseHostMdl;
|
||||
extern s16 boardBooHouseHostMdl;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue