GlPortal Class Reference
0.1.1
Source code documentation of the free and open 3D action puzzle game.
|
#include <radix/util/sdl/Fps.hpp>
#include <radix/World.hpp>
#include <radix/GameWorld.hpp>
#include <radix/Window.hpp>
#include <radix/renderer/Renderer.hpp>
#include <radix/renderer/ScreenRenderer.hpp>
#include <radix/core/event/EventDispatcher.hpp>
#include <radix/env/Config.hpp>
#include <radix/data/map/XmlMapLoader.hpp>
#include <radix/data/screen/Screen.hpp>
Go to the source code of this file.
Data Structures | |
class | radix::BaseGame |
Namespaces | |
radix | |
Variables | |
const int | radix::UPDATE_RATE = 60 |
const int | radix::SKIP_TIME = 1000 / UPDATE_RATE |
const int | radix::MAX_SKIP = 5 |