mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-26 00:11:26 -05:00
13 lines
244 B
C
13 lines
244 B
C
#ifndef POKEDIAMOND_FASHION_CASE_H
|
|
#define POKEDIAMOND_FASHION_CASE_H
|
|
|
|
typedef struct FashionCase {
|
|
|
|
} FashionCase; // todo: complete
|
|
|
|
typedef struct SaveFashionData {
|
|
|
|
} SaveFashionData; // todo: complete
|
|
|
|
#endif // POKEDIAMOND_FASHION_CASE_H
|