Moved static function prototype
Former-commit-id: f5be3289558e3285f14216428221df0fed2e4d5a
This commit is contained in:
parent
0e6215a47e
commit
24720d7df1
|
|
@ -20,12 +20,12 @@ class NAZARA_API NzVideoMode
|
||||||
|
|
||||||
bool IsFullscreenValid() const;
|
bool IsFullscreenValid() const;
|
||||||
|
|
||||||
static NzVideoMode GetDesktopMode();
|
|
||||||
static const std::vector<NzVideoMode>& GetFullscreenModes();
|
|
||||||
|
|
||||||
nzUInt8 bitsPerPixel;
|
nzUInt8 bitsPerPixel;
|
||||||
unsigned int height;
|
unsigned int height;
|
||||||
unsigned int width;
|
unsigned int width;
|
||||||
|
|
||||||
|
static NzVideoMode GetDesktopMode();
|
||||||
|
static const std::vector<NzVideoMode>& GetFullscreenModes();
|
||||||
};
|
};
|
||||||
|
|
||||||
bool operator==(const NzVideoMode& left, const NzVideoMode& right);
|
bool operator==(const NzVideoMode& left, const NzVideoMode& right);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue