1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-26 18:23:49 +00:00
Aquaria/files/scripts/compat/legacy.lua

9 lines
326 B
Lua
Raw Normal View History

-- 1.1.3+ compatibility wrapper
-- Allows to run scripts written for the old script interface,
-- but also exposes new functions.
dofile("scripts/compat/internal/oldfunctions.lua")
dofile("scripts/compat/internal/loader.lua")
dofile("scripts/compat/internal/redirect_to_v.lua")
dofile("scripts/compat/internal/addfixes.lua")