fix an include order bug

This commit is contained in:
Tonton Th
2026-01-03 08:30:54 +01:00
parent a575e428b2
commit 36f1e1df37
6 changed files with 4 additions and 9 deletions

View File

@@ -19,6 +19,10 @@
// les constructions en chantier
#include "xperiment.inc"
// et on assemble tout !
#include "contexte.inc"
// les machins qui bougent
#include "dynamic.inc"
#debug "+++++++++++++++++++++++++++ FIN ALL\n"