Files
pokeplatinum/include/battle_anim/generic_emitter_callback_camera.h
2025-11-10 14:23:16 +01:00

11 lines
386 B
C

#ifndef POKEPLATINUM_BATTLE_ANIM_GENERIC_EMITTER_CALLBACK_CAMERA_H
#define POKEPLATINUM_BATTLE_ANIM_GENERIC_EMITTER_CALLBACK_CAMERA_H
#include "battle_anim/generic_emitter_callback.h"
#include "spl.h"
void GenericEmitterCallback_ApplyCameraFunc(int funcID, SPLEmitter *emitter, GenericEmitterCallbackData *data);
#endif // POKEPLATINUM_BATTLE_ANIM_GENERIC_EMITTER_CALLBACK_CAMERA_H