mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
11 lines
237 B
C
11 lines
237 B
C
#ifndef GUARD_MONSTER_FILES_TABLE_H
|
|
#define GUARD_MONSTER_FILES_TABLE_H
|
|
|
|
#define MONSTER_FILES_COUNT 497
|
|
|
|
#include "structs/str_file_system.h"
|
|
|
|
extern const File gMonsterFiles[MONSTER_FILES_COUNT];
|
|
|
|
#endif // GUARD_MONSTER_FILES_TABLE_H
|