diff --git a/include/Nazara/Utility/VideoMode.hpp b/include/Nazara/Utility/VideoMode.hpp index f4a77815f..f1a929a46 100644 --- a/include/Nazara/Utility/VideoMode.hpp +++ b/include/Nazara/Utility/VideoMode.hpp @@ -20,12 +20,12 @@ class NAZARA_API NzVideoMode bool IsFullscreenValid() const; - static NzVideoMode GetDesktopMode(); - static const std::vector& GetFullscreenModes(); - nzUInt8 bitsPerPixel; unsigned int height; unsigned int width; + + static NzVideoMode GetDesktopMode(); + static const std::vector& GetFullscreenModes(); }; bool operator==(const NzVideoMode& left, const NzVideoMode& right);