geometry-dash-gba/include/map.h
2020-08-15 15:59:31 -06:00

9 lines
115 B
C

#include "types.h"
#include <string.h>
#ifndef MAP_H
#define MAP_H
extern const int map1[9][40];
#endif // MAP_H