#ifndef ECEX_RENDER_H #define ECEX_RENDER_H #include "app.h" void render(app_t *app); #endif