Saga
Saga Game Engine
|
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | Saga |
namespace | Saga::Systems |
Functions | |
void | Saga::Systems::drawSystem (std::shared_ptr< GameWorld > world) |
System that searches for cameras in the screen, and draw all shapes relative to those cameras on screen. | |
void | Saga::Systems::drawSystem_OnResize (std::shared_ptr< GameWorld > world, int width, int height) |
System to be run on screen resize. This resize all cameras. | |
void | Saga::Systems::registerDrawSystem (std::shared_ptr< GameWorld > world) |
Register Groups that the drawSystem use. | |