source/Platform/Unix: stub implementation
This commit is contained in:
parent
b0d14b91e0
commit
38d333862a
20 changed files with 498 additions and 2 deletions
15
source/Platform/Unix/UnixMisc.cpp
Normal file
15
source/Platform/Unix/UnixMisc.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
#include <Platform/PlatformMisc.h>
|
||||
|
||||
namespace sp {
|
||||
|
||||
void PlatformMisc::GetDisplayModes(std::vector<DisplayMode>& modes)
|
||||
{
|
||||
}
|
||||
|
||||
DisplayMode PlatformMisc::GetDesktopMode()
|
||||
{
|
||||
return DisplayMode();
|
||||
}
|
||||
|
||||
} // namespace sp
|
||||
Loading…
Add table
Add a link
Reference in a new issue