1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-06 08:20:15 +02:00

Added sprite positions to debug overlay.

This commit is contained in:
Muzychenko Andrey 2022-05-31 11:34:04 +03:00
parent 5d7d7c0822
commit c93e11ee6b
5 changed files with 27 additions and 0 deletions

View file

@ -19,4 +19,5 @@ private:
static void DrawBoxGrid();
static void DrawAllEdges();
static void DrawBallInfo();
static void DrawAllSprites();
};