mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-21 09:37:13 +02:00
Separated major non mandatory libraries into their onwn modules.
Consolidated and simplified the module API system. Various other fixes and improvements.
This commit is contained in:
cbp
LibIRC.cbpModINI.cbpModIRC.cbpModSample.cbpModXML.cbpModule.cbpSQLite.cbpSample.cbpSandbox.cbpdefault.workspace
external/LibIRC
include
sqrat.h
sqrat
modules
ini
irc
sample
xml
sample
shared
source
@ -11,7 +11,7 @@
|
||||
namespace SqMod {
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
static ServerSettings g_SvSettings = {0};
|
||||
static ServerSettings g_SvSettings;
|
||||
static SQChar g_SvNameBuff[SQMOD_SVNAMELENGTH] = {0};
|
||||
static SQChar g_PasswdBuff[SQMOD_PASSWDLENGTH] = {0};
|
||||
static SQChar g_GmNameBuff[SQMOD_GMNAMELENGTH] = {0};
|
||||
|
Reference in New Issue
Block a user