Initial waypoints tab upload

This commit is contained in:
RealBadAngel
2014-01-27 12:15:25 +01:00
parent 34a52a4c0f
commit 3306676910
9 changed files with 213 additions and 4 deletions

View File

@ -35,8 +35,10 @@ if creative_inventory then
end
end
dofile(modpath.."/datastorage.lua")
dofile(modpath.."/api.lua")
dofile(modpath.."/internal.lua")
dofile(modpath.."/callbacks.lua")
dofile(modpath.."/register.lua")
dofile(modpath.."/bags.lua")
dofile(modpath.."/waypoints.lua")