Refactor almost finished.
This commit is contained in:
@@ -36,11 +36,4 @@ void gameInstanceUpdate(pokergame_t *game);
|
||||
* Disposes a previously initialized poker game instance.
|
||||
* @param game Game to dispose.
|
||||
*/
|
||||
void gameInstanceDispose(pokergame_t *game);
|
||||
|
||||
/**
|
||||
* Restacks the poker game's stack.
|
||||
*
|
||||
* @param game Poker game to restack
|
||||
*/
|
||||
void pokerGameQueueRestack(pokergame_t *game);
|
||||
void gameInstanceDispose(pokergame_t *game);
|
Reference in New Issue
Block a user