Updated ideas.

This commit is contained in:
2021-08-10 09:42:15 -07:00
parent 65d13cc046
commit 247df18225
5 changed files with 21 additions and 9 deletions

View File

@ -8,8 +8,10 @@
#pragma once
#include "../../display/gui/font.h"
#include "../../display/shader.h"
#include "../../locale/language.h"
typedef struct {
font_t font;
shader_t shader;
language_t language;
} pokergameassets_t;