#ifndef RENDER_H #define RENDER_H #include "render/render_shared.h" void R_Init(); void R_Shutdown(); void R_Present(); void* R_GetWindow(); #endif