#include "sql.hpp" class Vapp { public: void init(); void update(); void draw(); void deinit(); private: bool showDemoWindow; sqlite3 *db; };