application/application.h

changeset 0
804d8803eade
child 3
c04433993fbb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/application/application.h	Wed Dec 09 11:32:01 2020 +0100
@@ -0,0 +1,31 @@
+/*
+ * To change this license header, choose License Headers in Project Properties.
+ * To change this template file, choose Tools | Templates
+ * and open the template in the editor.
+ */
+
+/* 
+ * File:   application.h
+ * Author: olaf
+ *
+ * Created on 8. Dezember 2020, 10:40
+ */
+
+#ifndef APPLICATION_H
+#define APPLICATION_H
+
+#include <ui/ui.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void application_startup(UiEvent *event, void *data);
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* APPLICATION_H */
+

mercurial