mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-27 08:11:09 -04:00
532ad5a4c0
* Remove tools/torch * Auto compile torch and extract * Re-implement soh's implementation of lus implementation of an array * Fix static actors in mr * Update * Updated torch * Updated lus * uncomment * Fix collision * Renames * More renaming * Collision Renames * Update collision.c * Collision Documentation (#640) * Collision related renames * Update * update lus * Bug fixes * remove tabs * fixes * fixes * Fix kart textures * Networking * net * Add networking * Update * Cleanup * Fix balloon rendering * Fix lakitu and red shell * fixes * Implement new random system --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
11 lines
179 B
C
11 lines
179 B
C
#ifndef CODE_80091440_H
|
|
#define CODE_80091440_H
|
|
|
|
#include <libultraship.h>
|
|
|
|
void func_80091440(s8);
|
|
void func_800914A0(void);
|
|
void func_800914E0(void);
|
|
|
|
#endif // CODE_80091440_H
|