HexaCone/all.inc
2026-01-02 21:15:55 +01:00

25 lines
482 B
C++

/*
* 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"