geometry-dash-gba/include/map.h

9 lines
115 B
C
Raw Permalink Normal View History

2020-08-11 18:44:22 -04:00
#include "types.h"
2020-08-15 17:59:31 -04:00
#include <string.h>
2020-08-11 18:44:22 -04:00
#ifndef MAP_H
#define MAP_H
2020-08-15 17:59:31 -04:00
extern const int map1[9][40];
2020-08-11 18:44:22 -04:00
#endif // MAP_H