class Vapp { public: void init(); void update(); void draw(); void deinit(); private: bool showDemoWindow; };