We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5393fca commit f56a1abCopy full SHA for f56a1ab
Shared/mods/deathmatch/logic/CLuaShared.h
@@ -7,9 +7,9 @@
7
*
8
*****************************************************************************/
9
#pragma once
10
-static class CLuaShared
+class CLuaShared
11
{
12
public:
13
- static void EmbedChunkName ( SString strChunkName, const char** pcpOutBuffer, uint* puiOutSize );
14
- static bool CheckUTF8BOMAndUpdate ( const char** pcpOutBuffer, uint* puiOutSize );
15
-};
+ static void EmbedChunkName ( SString strChunkName, const char** pcpOutBuffer, uint* puiOutSize );
+ static bool CheckUTF8BOMAndUpdate ( const char** pcpOutBuffer, uint* puiOutSize );
+};
0 commit comments