servatrice/cockatrice/src/translation.h
2012-04-22 17:23:10 +02:00

6 lines
164 B
C

#ifndef TRANSLATION_H
#define TRANSLATION_H
enum GrammaticalCase { CaseNominative, CaseLookAtZone, CaseTopCardsOfZone, CaseRevealZone, CaseShuffleZone };
#endif