Robot Devastation
Classes | Functions

The UtilsLib library contains miscellaneous macros and utilities. More...

Classes

class  rd::ManagerHub
 A classs to interface all the robotDevastation managers. As some classes, such as the game states, require require interfacing with all the managers to access their functionallity, this class was created. It simplifies the code, as by simple inheritance any class can have simple access to all the required managers. More...
 
class  rd::Vector2dBase< T >
 Class representing a 2D vector. More...
 

Functions

SDL_Surface * rd::RdImage2SDLImage (const Image &image)
 
bool rd::initSDL ()
 
bool rd::cleanupSDL ()
 

Detailed Description