CruceGame  v0.4.0
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
\-src
 \-libCruceGame
  o*constants.hContains definitions of various symbolic constants
  o*cruceGame.h
  o*deck.cIn this file are defined functions used for deck-related operations, these functions are declared in the header file deck.h
  o*deck.hIn this file are located the definitions of Card and Deck structures, as well as helper functions
  o*errors.cThis file contains the implementation of the error module
  o*errors.hThis file contains definitions of the symbolic constants that represents error codes, as wel the declarations of the functions that belongs to the error module
  o*game.cThis file contains implementations of the functions used for game-related operations
  o*game.hGame structures, as well as helper functions
  o*platform.hContains platform specific definitions
  o*round.cContains implementations of the functions used for creation or deletion of a round. Also, it contains implementations for the functions used to handle different activities in a round, like removing a player
  o*round.hRound and Hand structures, as well as helper functions
  o*team.cContains implementations for the functions used for team-related operations, like creating and deleting a team
  \*team.hPlayer and Team structures, with helper functions