Fri, 11 Dec 2020 18:32:54 +0100
add sqlite dependency
/* * 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 enum ApplicationUIGroups { APPGR_DOCUMENT_OPEN = 0 }; void application_startup(UiEvent *event, void *data); #ifdef __cplusplus } #endif #endif /* APPLICATION_H */