mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-30 19:52:17 +01:00
Renamed convar.h to convar_smm.h in order to avoid potential compiling problems with the order of include directories.
--HG-- rename : sourcemm/convar.h => sourcemm/convar_smm.h extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40330
This commit is contained in:
parent
5b0ab496d2
commit
877099559d
@ -18,7 +18,7 @@
|
||||
|
||||
#include <interface.h>
|
||||
#include <eiface.h>
|
||||
#include <convar.h>
|
||||
#include "convar_smm.h"
|
||||
#include "IPluginManager.h"
|
||||
#include "oslink.h"
|
||||
#include "sh_list.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
* ============================
|
||||
*/
|
||||
|
||||
#include "convar_smm.h"
|
||||
#include "CSmmAPI.h"
|
||||
#include "sourcemm.h"
|
||||
#include "concommands.h"
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#include <interface.h>
|
||||
#include <eiface.h>
|
||||
#include <convar.h>
|
||||
#include <sourcehook/sourcehook.h>
|
||||
#include "IPluginManager.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <interface.h>
|
||||
#include <eiface.h>
|
||||
#include "sourcemm.h"
|
||||
#include <convar.h>
|
||||
#include "convar_smm.h"
|
||||
#include "sh_list.h"
|
||||
|
||||
class SMConVarAccessor : public IConCommandBaseAccessor
|
||||
|
@ -243,7 +243,7 @@
|
||||
Name="HL2SDK"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\convar.h">
|
||||
RelativePath="..\convar_smm.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
|
@ -338,7 +338,7 @@
|
||||
Name="HL2SDK"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\convar.h"
|
||||
RelativePath="..\convar_smm.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
Loading…
x
Reference in New Issue
Block a user