Cleaned up compiler warnings.
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
#include "../../../poker/actions/match.h"
|
||||
#include "../discussion/pokerdiscussion.h"
|
||||
#include "action.h"
|
||||
#include "round.h"
|
||||
|
||||
void _pokerGameActionStartOnStart(
|
||||
queue_t *queue, queueaction_t *action, uint8_t i
|
||||
@ -26,4 +27,4 @@ void _pokerGameActionStartOnEnd(queue_t *queue,queueaction_t *action,uint8_t i);
|
||||
* @param game Game to add to.
|
||||
* @return The queued action.
|
||||
*/
|
||||
queueaction_t * pokerGameAcionStartAdd(pokergame_t *game);
|
||||
queueaction_t * pokerGameActionStartAdd(pokergame_t *game);
|
@ -14,6 +14,7 @@
|
||||
#include "actions/start.h"
|
||||
#include "pokerui.h"
|
||||
#include "pokerrender.h"
|
||||
#include "actions/start.h"
|
||||
|
||||
#include "../../ui/frame.h"
|
||||
#include "../../physics/aabb.h"
|
||||
|
Reference in New Issue
Block a user