pokeplatinum/include/underground/top_screen.h
scbroede d1e71999e5
Some checks are pending
build / build (push) Waiting to run
underground cleanup pass (#961)
2026-02-21 15:49:30 -08:00

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