Change Naming Convention, add scroll to microui

This commit is contained in:
SamratGhale
2026-03-28 13:42:24 +05:45
parent a74b46cd64
commit c1b64e9066
12 changed files with 90 additions and 97 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ game_mode :: enum
engine_game :: struct {
curr_level : string,
interface : interface_state,
interface : Interface_State,
mode : game_mode,
}