Solving a few warnings

This commit is contained in:
2022-11-05 17:17:08 +01:00
parent 7343300dcb
commit 02e14aa8fa
7 changed files with 19 additions and 11 deletions

View File

@ -13,6 +13,11 @@ workspace "Yoggie GameEngine"
startproject("Editor")
defines{
" _CRT_SECURE_NO_WARNINGS",
}
filter "configurations:Debug"
defines {"DEBUG"}
symbols "On"