mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-26 21:35:08 -04: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
|