summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map.c b/src/map.c
index c31eb66..0e96f8c 100644
--- a/src/map.c
+++ b/src/map.c
@@ -1,6 +1,7 @@
#include "map.h"
#include "lzy.h"
#include "cfg.h"
+#include "nuancierdesaut.h"
#include "weallstartsomewhere.h"
#include "wakywakysnakysnake.h"
#include "idkwymlol.h"
@@ -8,6 +9,7 @@
#define LOL(x) (unsigned char *)(x)
unsigned char *maps[] = {
+ map_nuancierdesaut_json.data, LOL("nuancier de saut"),
map_weallstartsomewhere_json.data, LOL("we all start somewhere"),
map_wakywakysnakysnake_json.data, LOL("waky waky snaky snake"),
map_idkwymlol_json.data, LOL("idk wym lol"),