sm64pc/src/menu/intro_geo.h

13 lines
471 B
C
Raw Normal View History

2019-08-25 04:46:40 +00:00
#ifndef _INTRO_GEO_H
#define _INTRO_GEO_H
#include "engine/graph_node.h"
2020-04-03 18:57:26 +00:00
Gfx *geo_title_screen(s32 a0, struct GraphNode *a1, UNUSED void *context);
Gfx *geo_fade_transition(s32 a0, struct GraphNode *a1, UNUSED void *context);
2020-02-03 05:51:26 +00:00
Gfx *intro_backdrop_one_image(s32 index, s8 *backdrop_table);
2020-04-03 18:57:26 +00:00
Gfx *geo_intro_backdrop(s32 a0, struct GraphNode *a1, UNUSED void *context);
Gfx *geo_game_over_tile(s32 a0, struct GraphNode *a1, UNUSED void *context);
2019-08-25 04:46:40 +00:00
#endif /* _INTRO_GEO_H */