feat: utilities are now a separate module
This commit is contained in:
parent
6194f6fc9f
commit
3fbaca9dac
19 changed files with 8 additions and 837 deletions
|
|
@ -10,7 +10,8 @@ project "Game"
|
|||
files { "src/**.c", "src/**.h" }
|
||||
includedirs {
|
||||
"src/",
|
||||
"../core/src/"
|
||||
"../core/src/",
|
||||
"../core/src/utils"
|
||||
}
|
||||
links {
|
||||
"Engine-Core"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue