mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 10:46:00 -05:00
8 lines
193 B
C
8 lines
193 B
C
#ifndef PMDSKY_SPAWN_1_H
|
|
#define PMDSKY_SPAWN_1_H
|
|
|
|
s32 MonsterSpawnListPartialCopy(struct monster_spawn_entry entry_out[], s32 idx_out);
|
|
void CopySpawnEntriesOnce();
|
|
|
|
#endif //PMDSKY_SPAWN_1_H
|