mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
6 lines
164 B
C
6 lines
164 B
C
#ifndef TRANSLATION_H
|
|
#define TRANSLATION_H
|
|
|
|
enum GrammaticalCase { CaseNominative, CaseLookAtZone, CaseTopCardsOfZone, CaseRevealZone, CaseShuffleZone };
|
|
|
|
#endif
|