Add FrameEnd() for overlays

This commit is contained in:
2022-04-10 00:41:16 +02:00
parent 078e0d0d8b
commit d0e4d2296c
2 changed files with 8 additions and 2 deletions

View File

@ -203,7 +203,7 @@ namespace RenderD7
Result unloadFont(C2D_Font &fnt);
bool DrawCircle(float x, float y, float radius, u32 color);
bool DrawImage(C2D_Image img, float x, float y, float scaleX = 1.0f, float scaleY = 1.0f);
void FrameEnd();
class SpriteSheetAnimation : public RenderD7::Sprite
{