aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/modlocalisation.cpp
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-09 01:02:11 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-09 01:02:11 +0200
commit44a6e0230002ae8a55167453a3ff3283a59b1859 (patch)
treea6e4f8eff0f4b2f3723a9ae097d4f242a78fd278 /NorthstarDLL/modlocalisation.cpp
parentd2907aa522d56a4baacec1c17426f7d6f1fae3a2 (diff)
downloadNorthstarLauncher-refactor-format-ignore-autohook.tar.gz
NorthstarLauncher-refactor-format-ignore-autohook.zip
Add clang-format ignores for AUTOHOOKrefactor-format-ignore-autohook
The proper solution would be to have some way in clang-format config file that specifies that our `AUTOHOOK` formatting should be considered correct but that takes more investigation and simply ignoring formatting in AUTOHOOK macros is the lower hanging fruit.
Diffstat (limited to 'NorthstarDLL/modlocalisation.cpp')
-rw-r--r--NorthstarDLL/modlocalisation.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDLL/modlocalisation.cpp b/NorthstarDLL/modlocalisation.cpp
index 14379bb3..3588ad55 100644
--- a/NorthstarDLL/modlocalisation.cpp
+++ b/NorthstarDLL/modlocalisation.cpp
@@ -3,8 +3,10 @@
AUTOHOOK_INIT()
+// clang-format off
AUTOHOOK(AddLocalisationFile, localize.dll + 0x6D80,
bool,, (void* pVguiLocalize, const char* path, const char* pathId, char unknown))
+// clang-format on
{
static bool bLoadModLocalisationFiles = true;
bool ret = AddLocalisationFile(pVguiLocalize, path, pathId, unknown);