pokeruby/include/fieldmap.h
2017-03-22 06:04:01 +01:00

7 lines
142 B
C

#ifndef GUARD_FIELDMAP2_H
#define GUARD_FIELDMAP2_H
struct MapHeader *mapconnection_get_mapheader(struct MapConnection *connection);
#endif