mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-26 13:33:09 -04:00
9 lines
203 B
C
9 lines
203 B
C
#ifndef POKEDIAMOND_SAVE_LOCAL_FIELD_DATA_H
|
|
#define POKEDIAMOND_SAVE_LOCAL_FIELD_DATA_H
|
|
|
|
typedef struct LocalFieldData {
|
|
|
|
} LocalFieldData; //TODO: populate
|
|
|
|
#endif //POKEDIAMOND_SAVE_LOCAL_FIELD_DATA_H
|