mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-31 17:33:14 -04:00
7a10ba89f6
* Place macros for addr conversions * dl renames * fixes * changes ok * Delete types.h * move enums
11 lines
186 B
C
11 lines
186 B
C
#ifndef CODE_800AF9B0_H
|
|
#define CODE_800AF9B0_H
|
|
|
|
#include "common_structs.h"
|
|
|
|
/* Function Prototypes */
|
|
void func_800AF9B0(void);
|
|
void func_800B0004(void);
|
|
|
|
#endif /* CODE_800AF9B0_H */
|