ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
Go to the source code of this file.
Functions | |
void | MVC_PostNotification (const Notification *notification) |
Posts the Notification to all ViewControllers in the current window. More... | |
Variables | |
Uint32 | MVC_NOTIFICATION_EVENT |
void MVC_PostNotification | ( | const Notification * | notification | ) |
Posts the Notification to all ViewControllers in the current window.
notification | The Notification. |
Definition at line 32 of file Notification.c.
Uint32 MVC_NOTIFICATION_EVENT |
Definition at line 30 of file Notification.c.