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: browser.h * Author: olaf * * Created on 11. Dezember 2020, 10:56 */ #ifndef APP_BROWSER_H #define APP_BROWSER_H #include "application.h" #include <ui/graphics.h> #ifdef __cplusplus extern "C" { #endif UIWIDGET document_browser_create(UiObject *obj); void browser_draw(UiEvent *event, UiGraphics *g, void *udata); #ifdef __cplusplus } #endif #endif /* APP_BROWSER_H */