chore(formatting): added / at the end of source directory in Build-Game.lua

This commit is contained in:
Sara 2023-11-23 18:36:15 +01:00
parent 1d18873f4b
commit 2f65ef014f

View file

@ -10,7 +10,7 @@ project "Game"
files { "src/**.c", "src/**.h" }
includedirs {
"src/",
"../core/src"
"../core/src/"
}
links {
"Engine-Core"