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
extern const int map1[7][20];
#endif // MAP_H