Files
Mikemon/assets/maps/worlds.h
T
Sven Balzer ff82f59fdf
buildbot/windows Build done.
buildbot/linux Build done.
add world list editor
change default tree ti tree_standard_tile_angle.png
2026-08-06 18:20:04 +02:00

17 lines
205 B
C

#ifndef WORLDS_H
#define WORLDS_H
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
static const char *world_names[] = {
"map",
};
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // WORLDS_H