fix tabs/spaces
This commit is contained in:
parent
0f7a8c739b
commit
06e0dcfe23
|
@ -20,7 +20,7 @@ public:
|
||||||
inline bool debugger_enabled(void) const { return m_debugger_enabled; }
|
inline bool debugger_enabled(void) const { return m_debugger_enabled; }
|
||||||
inline uint32_t GetVolume(void) const { return m_Volume; }
|
inline uint32_t GetVolume(void) const { return m_Volume; }
|
||||||
inline bool TinyBuffer(void) const { return m_TinyBuffer; }
|
inline bool TinyBuffer(void) const { return m_TinyBuffer; }
|
||||||
inline bool FPSBuffer(void) const { return m_FPSBuffer; }
|
inline bool FPSBuffer(void) const { return m_FPSBuffer; }
|
||||||
inline bool SyncAudio(void) const { return m_SyncAudio; }
|
inline bool SyncAudio(void) const { return m_SyncAudio; }
|
||||||
inline bool FullSpeed(void) const { return m_FullSpeed; }
|
inline bool FullSpeed(void) const { return m_FullSpeed; }
|
||||||
inline bool FlushLogs(void) const { return m_FlushLogs; }
|
inline bool FlushLogs(void) const { return m_FlushLogs; }
|
||||||
|
@ -28,8 +28,8 @@ public:
|
||||||
|
|
||||||
void SetAudioEnabled(bool Enabled);
|
void SetAudioEnabled(bool Enabled);
|
||||||
void SetVolume(uint32_t Volume);
|
void SetVolume(uint32_t Volume);
|
||||||
void SetTinyBuffer(bool TinyBuffer);
|
void SetTinyBuffer(bool TinyBuffer);
|
||||||
void SetFPSBuffer(bool FPSBuffer);
|
void SetFPSBuffer(bool FPSBuffer);
|
||||||
void ReadSettings();
|
void ReadSettings();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@ -60,7 +60,7 @@ private:
|
||||||
bool m_debugger_enabled;
|
bool m_debugger_enabled;
|
||||||
uint32_t m_Volume;
|
uint32_t m_Volume;
|
||||||
bool m_TinyBuffer;
|
bool m_TinyBuffer;
|
||||||
bool m_FPSBuffer;
|
bool m_FPSBuffer;
|
||||||
bool m_SyncAudio;
|
bool m_SyncAudio;
|
||||||
bool m_FullSpeed;
|
bool m_FullSpeed;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue