colobot/test/cbot/scenarios/enum.txt

9 lines
106 B
Plaintext
Raw Normal View History

enum JourDeLaSemaine {
lundi = 1,
mardi,
mercredi,
jeudi,
vendredi,
samedi,
dimanche = 0 }