Engine clean

Added namespaces to the core engine, improved premake setup, added a buildsolution batch script, removed tinygltf submodule
This commit is contained in:
2022-11-04 14:14:53 +01:00
parent 644b6db100
commit b44c88d05c
111 changed files with 1700 additions and 1567 deletions

View File

@ -4,11 +4,11 @@ kind "ConsoleApp"
buildmessage "Building the runtime ..."
links{
"BarinkEngine"
"YoggieEngine"
}
includedirs{
"./../BarinkEngine/src",
"./../YoggieEngine/src",
-- I'd prefer if didn't need these..
-- We'll figure that out some time later
"./../libs/lua/include",
@ -30,7 +30,7 @@ includedirs{
}
libdirs {
'./../build/BarinkEngine/Debug'
'./../YoggieEngine/build/Debug'
}
files {