Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
time.h
Go to the documentation of this file.
1#ifndef INCLUDE_GAME_SDL_TIME_H
2#define INCLUDE_GAME_SDL_TIME_H
3
4namespace game::sdl {
5
6 auto get_performance_time() -> long double;
7
8} // namespace game::sdl
9
10#endif
Definition color.h:6
auto get_performance_time() -> long double
Definition time.cpp:6