pmd-red/include/map_script_table.h
2025-06-16 21:55:26 +02:00

10 lines
251 B
C

#ifndef GUARD_MAP_SCRIPT_TABLE_H
#define GUARD_MAP_SCRIPT_TABLE_H
#include "constants/ground_map.h"
#include "structs/str_ground_script.h"
extern const struct GroundScriptHeader *const gMapScriptTable[MAP_COUNT];
#endif // GUARD_MAP_SCRIPT_TABLE_H