OpenBarnyard
 
Loading...
Searching...
No Matches
ADisplayModes_Win.h
Go to the documentation of this file.
1#pragma once
2#include <Toshi/T2Vector.h>
3
4class ADisplayModes_Win : public Toshi::TObject
5{
6public:
7 TDECLARE_CLASS( ADisplayModes_Win, Toshi::TObject );
8
9public:
16
17public:
18 ADisplayModes_Win() = default;
19
20 void Initialise();
21
22 TBOOL IsModeExists( const TUINT32& a_rWidth, const TUINT32& a_rHeight, const TUINT32& a_rColourDepth );
23
24private:
25 Toshi::T2Vector<Mode, 1024> m_Modes;
26};
uint32_t TUINT32
Definition Typedefs.h:13
bool TBOOL
Definition Typedefs.h:6
TBOOL IsModeExists(const TUINT32 &a_rWidth, const TUINT32 &a_rHeight, const TUINT32 &a_rColourDepth)
ADisplayModes_Win()=default
TDECLARE_CLASS(ADisplayModes_Win, Toshi::TObject)