From ca14a87ea0a74929e9d106bd428f57cfd0ede179 Mon Sep 17 00:00:00 2001 From: TheRedDaemon <66257843+TheRedDaemon@users.noreply.github.com> Date: Thu, 4 Dec 2025 17:26:48 +0100 Subject: [PATCH] [TEST] test cpp-linter --- src/core/windowslib.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/windowslib.cpp b/src/core/windowslib.cpp index 493addc..3549ff2 100644 --- a/src/core/windowslib.cpp +++ b/src/core/windowslib.cpp @@ -1,4 +1,5 @@ #include "windowslib.h" +// test // LIB: STRONGHOLDCRUSADER -DWORD __stdcall timeGetTime() { return 0; } + DWORD __stdcall timeGetTime() { return 0; }