|
|
2ac3b5b8cc
|
Platform/PlatformApplication: define getMessageQueue() here as it is not platform specific.
|
2023-08-22 20:24:59 +02:00 |
|
|
|
c7d380c4b0
|
source/Platform/PlatformApplication: rename create() to get() and just return a statically allocated implementation.
As we just this throughout the whole program. and platform can be determined at compile time. we might as well allocate it statically.
|
2022-09-12 21:12:32 +02:00 |
|
|
|
d48cc650a8
|
source/Platform/PlatformApplication.cpp: ApplicationType is defined by some Win32 headers.
|
2020-12-28 18:41:51 +01:00 |
|
|
|
81c7e34c58
|
Use SPECTRE_PLATFORM_* defines instead of raw compiler ones.
|
2020-12-26 17:25:25 +01:00 |
|
|
|
b91b9f3768
|
Platform/PlatformApplication: adding create() method.
|
2020-12-26 17:20:05 +01:00 |
|