big revamping, part 1

This commit is contained in:
Tonton Th
2026-01-02 21:15:55 +01:00
parent f5b2e1c227
commit a575e428b2
26 changed files with 148 additions and 189 deletions

24
all.inc
View File

@@ -0,0 +1,24 @@
/*
* Tous les includes dans le bon ordre
*/
#debug "+++++++++++++++++++++++++++ DEBUT ALL\n"
// tous les petits elements
#include "gadgets.inc"
// les hexatrucs qui sont OK
#include "hexacone.inc"
#include "hexabenz.inc"
#include "hexawood.inc"
#include "trident.inc"
// les machins avec des bugs
// #include "hexastar.inc"
// les constructions en chantier
#include "xperiment.inc"
#include "contexte.inc"
#debug "+++++++++++++++++++++++++++ FIN ALL\n"