11 #include "cores/GameSettings.h"    12 #include "utils/Observer.h"    28   bool operator!=(
const CGameSettings &rhs)
 const { 
return !(*
this == rhs); }
    30   const std::string &VideoFilter()
 const { 
return m_videoFilter; }
    31   void SetVideoFilter(
const std::string &videoFilter);
    36   unsigned int RotationDegCCW()
 const { 
return m_rotationDegCCW; }
    37   void SetRotationDegCCW(
unsigned int rotation);
    41   std::string m_videoFilter;
    43   unsigned int m_rotationDegCCW;
 Definition: GameSettings.h:16
STRETCHMODE
Methods for stretching the game to the viewing area. 
Definition: GameSettings.h:29
Definition: Observer.h:44