RType 1.2
Documentation for the RType project at EPITECH
game.hpp
1
2#include "game_engine/GameEngine.hpp"
3
4class Game
5{
6 public:
7 void run();
8};
Definition: game.hpp:5