Removed pointless "systems" folder from core.
--HG-- rename : core/systems/ExtensionSys.cpp => core/ExtensionSys.cpp rename : core/systems/ExtensionSys.h => core/ExtensionSys.h rename : core/systems/ForwardSys.cpp => core/ForwardSys.cpp rename : core/systems/ForwardSys.h => core/ForwardSys.h rename : core/systems/HandleSys.cpp => core/HandleSys.cpp rename : core/systems/HandleSys.h => core/HandleSys.h rename : core/systems/LibrarySys.cpp => core/LibrarySys.cpp rename : core/systems/LibrarySys.h => core/LibrarySys.h rename : core/systems/PluginInfoDatabase.cpp => core/PluginInfoDatabase.cpp rename : core/systems/PluginInfoDatabase.h => core/PluginInfoDatabase.h rename : core/systems/PluginSys.cpp => core/PluginSys.cpp rename : core/systems/PluginSys.h => core/PluginSys.h rename : core/systems/ShareSys.cpp => core/ShareSys.cpp rename : core/systems/ShareSys.h => core/ShareSys.h
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@
|
||||
#include <stdio.h>
|
||||
#include "sourcemod.h"
|
||||
#include "sourcemm_api.h"
|
||||
#include "systems/LibrarySys.h"
|
||||
#include "LibrarySys.h"
|
||||
#include <sh_string.h>
|
||||
#include "PluginSys.h"
|
||||
#include "ShareSys.h"
|
||||
|
||||
Reference in New Issue
Block a user