order inc files to folders

This commit is contained in:
2025-12-11 18:07:36 +01:00
parent 4d3349720c
commit 755b648280
19 changed files with 18 additions and 18 deletions

12
inc/init/init.modules.lua Normal file
View File

@@ -0,0 +1,12 @@
local SplashWindow = {}
local IntroWindow = {}
local MenuWindow = {}
local GameWindow = {}
local PopupWindow = {}
local InventoryWindow = {}
local UI = {}
local Input = {}
local NPC = {}
local Item = {}
local Player = {}