application/application.h

changeset 0
804d8803eade
child 3
c04433993fbb
equal deleted inserted replaced
-1:000000000000 0:804d8803eade
1 /*
2 * To change this license header, choose License Headers in Project Properties.
3 * To change this template file, choose Tools | Templates
4 * and open the template in the editor.
5 */
6
7 /*
8 * File: application.h
9 * Author: olaf
10 *
11 * Created on 8. Dezember 2020, 10:40
12 */
13
14 #ifndef APPLICATION_H
15 #define APPLICATION_H
16
17 #include <ui/ui.h>
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 void application_startup(UiEvent *event, void *data);
24
25
26 #ifdef __cplusplus
27 }
28 #endif
29
30 #endif /* APPLICATION_H */
31

mercurial