Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
counter_limits.h
Go to the documentation of this file.
1#ifndef COUNTER_LIMITS_H
2#define COUNTER_LIMITS_H
3
15constexpr int MAX_COUNTER_VALUE = 999;
16
17#endif // COUNTER_LIMITS_H
constexpr int MAX_COUNTER_VALUE
Upper bound for a bounded counter's value: [0, MAX_COUNTER_VALUE].
Definition counter_limits.h:15