add display state

This commit is contained in:
2026-05-04 22:16:30 -05:00
parent 31cc186424
commit 6edcf75a0c
11 changed files with 120 additions and 21 deletions
+1
View File
@@ -13,4 +13,5 @@ typedef displaysdl2_t displayplatform_t;
#define displayPlatformInit displaySDL2Init
#define displayPlatformUpdate displaySDL2Update
#define displayPlatformSwap displaySDL2Swap
#define displayPlatformSetState displaySDL2SetState
#define displayPlatformDispose displaySDL2Dispose