mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-25 15:42:51 -05:00
9 lines
166 B
C
9 lines
166 B
C
#ifndef POKEDIAMOND_SAFARI_ZONE_H
|
|
#define POKEDIAMOND_SAFARI_ZONE_H
|
|
|
|
typedef struct SafariZone {
|
|
|
|
} SafariZone; // todo fill out
|
|
|
|
#endif // POKEDIAMOND_SAFARI_ZONE_H
|