mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 11:14:05 -05:00
8 lines
131 B
C
8 lines
131 B
C
#ifndef POKEDIAMOND_STRUCTS_H
|
|
#define POKEDIAMOND_STRUCTS_H
|
|
|
|
#include "pokemon.h"
|
|
#include "map.h"
|
|
|
|
#endif //POKEDIAMOND_STRUCTS_H
|