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
6namespace game {
7
9 TTF_Font* font;
10 };
11
12} // namespace game
13
14#endif
Definition constants.h:7
Definition render.h:8
TTF_Font * font
Definition render.h:9