mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 07:24:42 -05:00
9 lines
191 B
C
9 lines
191 B
C
#ifndef PMDSKY_DUNGEON_PARAMETERS_1_H
|
|
#define PMDSKY_DUNGEON_PARAMETERS_1_H
|
|
|
|
#include "enums.h"
|
|
|
|
extern const enum type_id WEATHER_BALL_TYPE_TABLE[8];
|
|
|
|
#endif //PMDSKY_DUNGEON_PARAMETERS_1_H
|