]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/minigames/minigame/all.qh
Snake: the game (ladders not included)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / minigames / minigame / all.qh
index afcc93d4821bb69c0c8b60e9d7783118301617a9..835081c4b95e64528087f302c1582ef8165ead9b 100644 (file)
@@ -68,6 +68,7 @@ that .owner is set to the minigame session entity and .minigame_autoclean is tru
 #include "qto.qc"
 #include "ps.qc"
 #include "pp.qc"
+#include "snake.qc"
 
 /**
  * Registration:
@@ -83,6 +84,7 @@ that .owner is set to the minigame session entity and .minigame_autoclean is tru
        MINIGAME(qto, "Quinto") \
        MINIGAME(ps,  "Peg Solitaire") \
        MINIGAME(pp,  "Push-Pull") \
+       MINIGAME(snake,"Snake") \
        /*empty line*/
 
 /**