Files
pokeplatinum/include/battle/stop_recording_task_data.h
2026-06-17 21:34:37 -07:00

12 lines
370 B
C

#ifndef POKEPLATINUM_BATTLE_STOP_RECORDING_TASK_DATA_H
#define POKEPLATINUM_BATTLE_STOP_RECORDING_TASK_DATA_H
#include "struct_decls/battle_system.h"
#include "sys_task_manager.h"
SysTask *BattleSystem_StartStopRecordingTask(BattleSystem *battleSys);
void BattleSystem_EndStopRecordingTask(SysTask *sysTask);
#endif // POKEPLATINUM_BATTLE_STOP_RECORDING_TASK_DATA_H