geometry-dash-gba/include/map.h

9 lines
96 B
C
Raw Normal View History

2020-08-11 18:44:22 -04:00
#include "types.h"
#ifndef MAP_H
#define MAP_H
2020-08-12 00:13:56 -04:00
extern const int map1[9][20];
2020-08-11 18:44:22 -04:00
#endif // MAP_H