Raylib Bubbles
C++11 Raylib bubble shooter game.
|
Main game singleton class, combining all game components with the main game loop. More...
#include <game.hpp>
Public Member Functions | |
Main game loop methods. | |
void | loop () |
Run the main game loop. More... | |
Main game singleton class, combining all game components with the main game loop.
This class handles the main game loop and uses all of the other modules to create the final game. The responsibilities of the components are as follows:
void Game::loop | ( | ) |
Run the main game loop.