mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-10 04:45:27 -05:00
12 lines
286 B
C
12 lines
286 B
C
#ifndef POKEHEARTGOLD_SPL_H
|
|
#define POKEHEARTGOLD_SPL_H
|
|
|
|
// Software particle library
|
|
|
|
#include "spl_emitter.h"
|
|
#include "spl_manager.h"
|
|
|
|
extern SPLEmitter* SPL_CreateWithInitialize(SPLManager* p_mgr, int res_no, void (*fp_callback)(struct SPLEmitter *));
|
|
|
|
#endif //POKEHEARTGOLD_SPL_H
|