mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
10 lines
323 B
C
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
|