mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
11 lines
404 B
C
11 lines
404 B
C
#ifndef POKEPLATINUM_UNDERGROUND_TOP_SCREEN_H
|
|
#define POKEPLATINUM_UNDERGROUND_TOP_SCREEN_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
#include "underground/struct_underground_top_screen_context_decl.h"
|
|
|
|
UndergroundTopScreenContext *UndergroundTopScreen_StartTask(FieldSystem *fieldSystem);
|
|
void UndergroundTopScreen_EndTask(UndergroundTopScreenContext *ctx);
|
|
|
|
#endif // POKEPLATINUM_UNDERGROUND_TOP_SCREEN_H
|