mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-21 17:46:39 -05:00
10 lines
251 B
C
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
|