Joining the two logics together slowly.
This commit is contained in:
15
include/dawn/game/poker/pokergameassets.h
Normal file
15
include/dawn/game/poker/pokergameassets.h
Normal file
@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Copyright (c) 2021 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "../../display/gui/font.h"
|
||||
#include "../../display/shader.h"
|
||||
|
||||
typedef struct {
|
||||
font_t font;
|
||||
shader_t shader;
|
||||
} pokergameassets_t;
|
Reference in New Issue
Block a user