mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-09 12:13:51 -05:00
12 lines
287 B
C
12 lines
287 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
|