Platform/PlatformApplication: adding create() method.
This commit is contained in:
parent
0540f5d201
commit
b91b9f3768
3 changed files with 24 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ local system_module = Module("source/System", {
|
|||
})
|
||||
|
||||
local platform_common_module = Module("source/Platform", {
|
||||
"PlatformApplication.cpp",
|
||||
"PlatformDisplay.cpp"
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue