Moved some more code around

This commit is contained in:
2021-05-17 08:10:29 -07:00
parent a97933d366
commit e864502f6a
7 changed files with 27 additions and 49 deletions

View File

@ -7,7 +7,6 @@
#include "../libs.h"
#include "../display/shader.h"
#include "../display/camera.h"
#include "../poker/poker.h"
#include "../poker/card.h"
#include "../poker/player.h"
#include "../poker/render.h"
@ -32,9 +31,6 @@ typedef struct {
/** Current Card Deck */
card_t deck[CARD_DECK_SIZE];