mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-23 15:02:12 -04:00
716b926260
They match when placed there, although its not immediately clear that they truly belong there. But a match is a match. Also cleaned up a bunch of .h files that had references to the newly matched variables. Signed-off-by: Taggerung <tyler.taggerung@email.com>
12 lines
205 B
C
12 lines
205 B
C
#ifndef CODE_800AF9B0_H
|
|
#define CODE_800AF9B0_H
|
|
|
|
#include "common_structs.h"
|
|
#include <types.h>
|
|
|
|
/* Function Prototypes */
|
|
void func_800AF9B0(void);
|
|
void func_800B0004(void);
|
|
|
|
#endif /* CODE_800AF9B0_H */
|