- PsyCross premake5 lua script moved

This commit is contained in:
InspirationByte 2022-01-20 21:57:57 +03:00
parent f2dff6a056
commit d490989640

View File

@ -135,7 +135,7 @@ if os.target() == "windows" or os.target() == "emscripten" then
end
-- Psy-Cross layer
include "PsyCross/premake5.lua"
include "premake5_psycross.lua"
-- game iteslf
project "REDRIVER2"