quakeforge/ruamoko/qwaq/qwaq-app.h

19 lines
255 B
C
Raw Normal View History

#ifndef __qwaq_app_h
#define __qwaq_app_h
#include "qwaq-view.h"
#include "event.h"
@interface QwaqApplication: Object
{
qwaq_event_t event;
qwaq_command endState;
View *view;
}
-run;
-handleEvent: (qwaq_event_t *) event;
@end
#endif//__qwaq_app_h