mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-26 10:13:49 +00:00
8 lines
326 B
Lua
8 lines
326 B
Lua
-- 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")
|