2020-06-02 16:44:34 +00:00
|
|
|
#ifndef INTRO_GEO_H
|
|
|
|
#define INTRO_GEO_H
|
2019-08-25 04:46:40 +00:00
|
|
|
|
2020-06-02 16:44:34 +00:00
|
|
|
#include <PR/ultratypes.h>
|
|
|
|
#include <PR/gbi.h>
|
2019-08-25 04:46:40 +00:00
|
|
|
|
2020-06-02 16:44:34 +00:00
|
|
|
#include "types.h"
|
2019-08-25 04:46:40 +00:00
|
|
|
|
2020-06-02 16:44:34 +00:00
|
|
|
Gfx *geo_title_screen(s32 sp50, struct GraphNode *sp54, UNUSED void *context);
|
|
|
|
Gfx *geo_fade_transition(s32 sp40, struct GraphNode *sp44, UNUSED void *context);
|
|
|
|
Gfx *intro_backdrop_one_image(s32 index, s8 *backgroundTable);
|
|
|
|
Gfx *geo_intro_backdrop(s32 sp48, struct GraphNode *sp4c, UNUSED void *context);
|
|
|
|
Gfx *geo_game_over_tile(s32 sp40, struct GraphNode *sp44, UNUSED void *context);
|
|
|
|
|
|
|
|
#endif // INTRO_GEO_H
|