Dawn/src/card/poker/render/holdemrender.h
2021-05-05 09:35:18 -07:00

13 lines
281 B
C

/**
* 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 "../../../display/shader.h"
#include "../../../display/primitive.h"
void holdemRenderWorld();