CruceGame  v0.4.0
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
cruceGame.h
1 #ifndef CRUCEGAME_H
2 #define CRUCEGAME_H
3 
4 #include "deck.h"
5 #include "team.h"
6 #include "round.h"
7 #include "game.h"
8 #include "errors.h"
9 #include "constants.h"
10 
11 #endif
12 
Player and Team structures, with helper functions.
This file contains definitions of the symbolic constants that represents error codes, as wel the declarations of the functions that belongs to the error module.
Contains definitions of various symbolic constants.
Game structures, as well as helper functions.
In this file are located the definitions of Card and Deck structures, as well as helper functions...
Round and Hand structures, as well as helper functions.