Moving some code around

This commit is contained in:
2021-05-23 22:27:19 -07:00
parent cafcf22326
commit 8ed67b130e
19 changed files with 205 additions and 75 deletions

View File

@@ -7,20 +7,25 @@
#pragma once
#include <dawn/dawn.h>
#include "round/match.h"
#include "render/frame.h"
#include "render/world.h"
#include "render/card.h"
#include "render/player.h"
#include "render/look.h"
#include "../file/asset.h"
#include "../display/shader.h"
#include "../display/camera.h"
#include "../display/gui/font.h"
/**
* Initializes the poker context for the first time.
* @param poker Poker context to initialize.
* @param render Rendering context.
*/
void pokerInit(poker_t *poker);
void pokerInit(poker_t *poker, render_t *render);
/**
* Updates the poker context.