roleplay/client/include/draw.h

12 lines
161 B
C

#ifndef RENDER_H
#define RENDER_H
#include "gpu.h"
#include "ui.h"
VkResult draw_frame(
RenderContext* context,
UIContextStorage* ui_context);
#endif