Initial commit
This commit is contained in:
commit
edfc5298e1
252 changed files with 93965 additions and 0 deletions
19
source/Platform/PlatformMisc.h
Normal file
19
source/Platform/PlatformMisc.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
#ifndef PLATFORM_MISC_H
|
||||
#define PLATFORM_MISC_H
|
||||
|
||||
#include <Spectre/Display/DisplayMode.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
class DisplayMode;
|
||||
|
||||
class PlatformMisc
|
||||
{
|
||||
public:
|
||||
static void GetDisplayModes(std::vector<DisplayMode>& modes);
|
||||
|
||||
static DisplayMode GetDesktopMode();
|
||||
};
|
||||
|
||||
#endif /* PLATFORM_MISC_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue