Mari's Tarot
 All Classes Files Functions Variables Enumerations Enumerator Friends
Enumerations
Biddings.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  Biddings {
  none = 0, small = 1, guard = 2, guard_w = 4,
  guard_a = 6
}
 The enum containing all official biddings. More...
 

Enumeration Type Documentation

enum Biddings

The enum containing all official biddings.

The value is the coefficient used to multiply a part of points at the end of a game. Composed of:

  • none, used when we pass. Value = 0.
  • small, with a regular coefficient 1.
  • guard, with a coefficient 2.
  • guard_w, without the dog. Coefficient 4.
  • guard_a, against the dog. Coefficient 6.
Enumerator
none 
small 
guard 
guard_w 
guard_a