Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
render.h
Go to the documentation of this file.
1
#ifndef INCLUDE_GAME_RENDER_H
2
#define INCLUDE_GAME_RENDER_H
3
4
#include <SDL3_ttf/SDL_ttf.h>
5
6
namespace
game
{
7
8
struct
ResourceManager
{
9
TTF_Font*
font
;
10
};
11
12
}
// namespace game
13
14
#endif
game
Definition
constants.h:7
game::ResourceManager
Definition
render.h:8
game::ResourceManager::font
TTF_Font * font
Definition
render.h:9
include
game
render.h
Generated by
1.14.0