diff options
Diffstat (limited to 'src/event.h')
| -rw-r--r-- | src/event.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h new file mode 100644 index 0000000..d116fa9 --- /dev/null +++ b/src/event.h | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include <ui.h> | ||
| 4 | |||
| 5 | /// Push an event into the widget library. | ||
| 6 | void PushWidgetEvent(uiWidgetEvent* event); | ||
