mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 01:19:19 +02:00
Change clang format
Add AlignTrailingComments: false Add AllowShortFunctionsOnASingleLine: Empty
This commit is contained in:
@@ -38,7 +38,7 @@ class TAdvancedSound
|
||||
TAdvancedSound();
|
||||
~TAdvancedSound();
|
||||
void Init(char *NameOn, char *Name, char *NameOff, double DistanceAttenuation,
|
||||
vector3 pPosition);
|
||||
vector3 pPosition);
|
||||
void Load(TQueryParserComp *Parser, vector3 pPosition);
|
||||
void TurnOn(bool ListenerInside, vector3 NewPosition);
|
||||
void TurnOff(bool ListenerInside, vector3 NewPosition);
|
||||
|
||||
Reference in New Issue
Block a user