Restored some of the rendering
This commit is contained in:
23
temp/render/world.h
Normal file
23
temp/render/world.h
Normal file
@ -0,0 +1,23 @@
|
||||
/**
|
||||
* Copyright (c) 2021 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <dawn/dawn.h>
|
||||
#include "player.h"
|
||||
#include "card.h"
|
||||
#include "chip.h"
|
||||
#include "../../assets/models/pokertable.h"
|
||||
|
||||
/**
|
||||
* Initializes the world renderer.
|
||||
*/
|
||||
void holdemRenderWorldInit();
|
||||
|
||||
/**
|
||||
* Renders the world.
|
||||
*/
|
||||
void holdemRenderWorld();
|
Reference in New Issue
Block a user