el h / SimpleGUI

Fork of SimpleGUI by Duncan McIntyre

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers EventHandlerFunction.h Source File

EventHandlerFunction.h

00001 #ifndef SIMPLEGUI_EVENT_HANDLER_FUNCTION_H
00002 #define SIMPLEGUI_EVENT_HANDLER_FUNCTION_H
00003 
00004 #include "Event.h"
00005 
00006 typedef void (* EventHandlerFunction)(Event e);
00007 
00008 #endif