ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
A WindowController manages a ViewController and its descendants within an SDL_Window. More...
#include <Objectively/Object.h>
#include <ObjectivelyMVC/DebugViewController.h>
#include <ObjectivelyMVC/SoundStage.h>
#include <ObjectivelyMVC/Renderer.h>
#include <ObjectivelyMVC/ViewController.h>
Go to the source code of this file.
Data Structures | |
struct | WindowController |
A WindowController manages a ViewController and its descendants within an SDL_Window. More... | |
Functions | |
OBJECTIVELYMVC_EXPORT Class * | _WindowController (void) |
A WindowController manages a ViewController and its descendants within an SDL_Window.
Definition in file WindowController.h.
OBJECTIVELYMVC_EXPORT Class * _WindowController | ( | void | ) |
Definition at line 380 of file WindowController.c.