diff options
author | Northstar <northstar@northstar.tf> | 2024-08-23 23:26:57 +0200 |
---|---|---|
committer | Northstar <northstar@northstar.tf> | 2024-08-23 23:26:57 +0200 |
commit | 5b2c608b22ba272e4ab1a45adc1f43b60b1aea79 (patch) | |
tree | e827952268ac29f0c08f0891ddba09af1f089e5e /primedev/core/vanilla.h | |
parent | d333a966ed961fca02d80212fe1384cf8600b9cb (diff) | |
download | NorthstarLauncher-5b2c608b22ba272e4ab1a45adc1f43b60b1aea79.tar.gz NorthstarLauncher-5b2c608b22ba272e4ab1a45adc1f43b60b1aea79.zip |
Format project
Diffstat (limited to 'primedev/core/vanilla.h')
-rw-r--r-- | primedev/core/vanilla.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/primedev/core/vanilla.h b/primedev/core/vanilla.h index b0797803..356495c8 100644 --- a/primedev/core/vanilla.h +++ b/primedev/core/vanilla.h @@ -17,10 +17,7 @@ public: m_bIsVanillaCompatible = isVanilla; } - bool GetVanillaCompatibility() - { - return m_bIsVanillaCompatible; - } + bool GetVanillaCompatibility() { return m_bIsVanillaCompatible; } private: bool m_bIsVanillaCompatible = false; |