source/System/File.cpp: move path stuff to Path.cpp
This commit is contained in:
parent
66f3bb30d9
commit
1a218532c0
8 changed files with 50 additions and 30 deletions
|
|
@ -24,6 +24,7 @@ settings.cc.includes:Add("vendor/stb/include")
|
|||
|
||||
local system_module = Module("source/System", {
|
||||
"File.cpp",
|
||||
"Path.cpp",
|
||||
"MessageHandler.cpp",
|
||||
"MessageQueue.cpp",
|
||||
"SystemEvent.cpp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue