pokeheartgold/include/application/view_photo.h
2024-08-25 17:13:13 -04:00

10 lines
323 B
C

#ifndef GUARD_POKEHEARTGOLD_APPLICATION_VIEW_PHOTO_H
#define GUARD_POKEHEARTGOLD_APPLICATION_VIEW_PHOTO_H
#include "field_system.h"
SysTask *FieldSystem_CreateViewPhotoTask(FieldSystem *fieldSystem);
void FieldSystem_DestroyViewPhotoTask(FieldSystem *fieldSystem);
#endif // GUARD_POKEHEARTGOLD_APPLICATION_VIEW_PHOTO_H