19 lines
380 B
Lua
19 lines
380 B
Lua
local SplashWindow = {}
|
|
local IntroWindow = {}
|
|
local MenuWindow = {}
|
|
local GameWindow = {}
|
|
local PopupWindow = {}
|
|
local ConfigurationWindow = {}
|
|
local AudioTestWindow = {}
|
|
local MinigameButtonMashWindow = {}
|
|
local MinigameRhythmWindow = {}
|
|
local MinigameDDRWindow = {}
|
|
Util = {}
|
|
DesitionManager = {}
|
|
ScreenManager = {} -- New declaration
|
|
UI = {}
|
|
Print = {}
|
|
Input = {}
|
|
|
|
Audio = {}
|