Cleaned up compiler warnings.

This commit is contained in:
2021-08-19 23:49:55 -07:00
parent 45a3ec30f5
commit 9a577cdf4f
8 changed files with 8 additions and 122 deletions

View File

@ -55,12 +55,12 @@
#include "physics/aabb.h"
// Poker Game Logic
#include "poker/turn.h"
#include "poker/bet.h"
#include "poker/card.h"
#include "poker/dealer.h"
#include "poker/player.h"
#include "poker/poker.h"
#include "poker/turn.h"
#include "poker/winner.h"
// User Interface Objects