Rename and split some files

* Rename game_0b28d0.c to modelmgr.c
* Split playerreset.c to modelmgrreset.c
* Split chr.c to proptick.c
This commit is contained in:
Ryan Dwyer
2022-08-17 17:33:55 +10:00
parent b20aa02961
commit 28e82578e4
21 changed files with 322 additions and 239 deletions
-1
View File
@@ -4,7 +4,6 @@
#include "data.h"
#include "types.h"
void propsTick(void);
void chrSetChrnum(struct chrdata *chr, s16 chrnum);
void chrDeregister(s32 chrnum);
void chrCalculatePushPos(struct chrdata *chr, struct coord *pos, s16 *rooms, bool arg3);
@@ -1,5 +1,5 @@
#ifndef IN_GAME_GAME_0B28D0_H
#define IN_GAME_GAME_0B28D0_H
#ifndef IN_GAME_MODELMGR_H
#define IN_GAME_MODELMGR_H
#include <ultra64.h>
#include "data.h"
#include "types.h"
+2
View File
@@ -6,6 +6,8 @@
extern f32 g_AutoAimScale;
void propsTick(void);
void propsSort(void);
void propEnable(struct prop *prop);
void propDisable(struct prop *prop);