/**
 * 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;