Skip to content

Commit

Permalink
Contient énumération pour le choix d'affichage de trajectoires
Browse files Browse the repository at this point in the history
  • Loading branch information
Aluriak committed Jun 20, 2012
1 parent 51f315b commit bed8971
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src_Gravastre/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@
// - boite d'information sur l'astre sélectionné
// - barre d'interface du haut
enum OBJET_INTERFACE {Dehors, BoiteInfo, Barre};

// Utilisé pour savoir comment afficher les trajectoires des astres
// - jamais (0)
// - seulement l'astre sélectionné (2)
// - toujours (2)
enum AFF_TRAJECTOIRE {Jamais=0, Selection=1, Toujours=2};



Expand Down

0 comments on commit bed8971

Please sign in to comment.