Titanium/startup

5 lines
84 B
Text
Raw Normal View History

if not _G.Titanium then
dofile "bin/make.lua"
dofile "example/main.lua"
end