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

9 lines
96 B
C

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