mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Fixed header guard names in renamed files
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
#ifndef _UNKNOWN_09F8F0_H_
|
||||
#define _UNKNOWN_09F8F0_H_
|
||||
#ifndef _GAME_UI_H_
|
||||
#define _GAME_UI_H_
|
||||
|
||||
#include "types.h"
|
||||
#include "structs.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _UNKNOWN_0348C0_H_
|
||||
#define _UNKNOWN_0348C0_H_
|
||||
#ifndef _OBJECT_FUNCTIONS_H_
|
||||
#define _OBJECT_FUNCTIONS_H_
|
||||
|
||||
#include "types.h"
|
||||
#include "structs.h"
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
#ifndef _UNKNOWN_043920_H_
|
||||
#define _UNKNOWN_043920_H_
|
||||
#ifndef _RACER_H_
|
||||
#define _RACER_H_
|
||||
|
||||
#include "types.h"
|
||||
#include "structs.h"
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
#ifndef _CONTROLLER_PAK_H_
|
||||
#define _CONTROLLER_PAK_H_
|
||||
#ifndef _SAVE_DATA_H_
|
||||
#define _SAVE_DATA_H_
|
||||
|
||||
#include "types.h"
|
||||
#include "structs.h"
|
||||
|
||||
@@ -1770,7 +1770,7 @@ void run_object_init_func(Object *obj, void *entry) {
|
||||
}
|
||||
}
|
||||
|
||||
s32 func_80023E30(s32 arg0){
|
||||
s32 func_80023E30(s32 arg0) {
|
||||
s32 value = 0;
|
||||
switch (arg0 - 1){
|
||||
case 0x00:
|
||||
|
||||
Reference in New Issue
Block a user