mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-27 16:14:39 -04:00
75297759ee
* Course Manager * Course * Test * Render * That escalated quickly * update * properties * Properties * test * Fix compile * Add World * skycolours * Skybox Colours done * Cleanup * test * Game runs again * update * Game run again * Cup Works * continue * Add Courses * clouds * changes * fixes * update * Fix compile * update * A few changes * More Updates * More refactors * Fixes * Fix ai behaviour * Changes * Fix courses * test course test not working * CUSTOM * TestCourse works kinda * fixes * test course works * cleanup --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
39 lines
1.0 KiB
C
39 lines
1.0 KiB
C
#ifndef CODE_8006E9C0_H
|
|
#define CODE_8006E9C0_H
|
|
|
|
#include <common_structs.h>
|
|
#include "update_objects.h"
|
|
|
|
void init_hud(void);
|
|
void reset_object_variable(void);
|
|
void func_8006EB10(void);
|
|
void clear_object_list(void);
|
|
u8* func_8006ED94(u8*, u8*, u32, u32);
|
|
void load_mario_kart_64_logo(void);
|
|
void init_item_window(s32);
|
|
void func_8006EEE8(s32);
|
|
void func_8006EF60(void);
|
|
void func_8006F008(void);
|
|
void func_8006F824(s32);
|
|
void func_8006F8CC(void);
|
|
void func_8006FA94(void);
|
|
void func_80070148(void);
|
|
void init_object_list_index(void);
|
|
void init_cloud_object(s32, s32, CloudData*);
|
|
void init_clouds(CloudData*);
|
|
void init_star_object(s32, s32, StarData*);
|
|
void init_stars(StarData*);
|
|
void func_8007055C(void);
|
|
void func_80070714(void);
|
|
void init_course_object(void);
|
|
void init_hud_one_player(void);
|
|
void init_hud_two_player_vertical(void);
|
|
void init_hud_three_four_player(void);
|
|
void init_hud_two_player_horizontal(void);
|
|
|
|
extern s16 D_800E5520[];
|
|
extern s16 D_800E5548[];
|
|
extern u8* gCourseOutlineTextures[0x14]; // 800e54d0
|
|
|
|
#endif
|