geometry-dash-gba/include/map.h
2020-08-11 16:44:22 -06:00

9 lines
96 B
C

#include "types.h"
#ifndef MAP_H
#define MAP_H
extern const int map1[7][20];
#endif // MAP_H