initial implementation of data packs

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40490
This commit is contained in:
Borja Ferrer
2007-02-13 16:11:04 +00:00
parent fbeabce6bf
commit 1ff370b91d
8 changed files with 597 additions and 16 deletions
+13 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Version="8,00"
Name="sourcemod_mm"
ProjectGUID="{E39527CD-7CAB-4420-97CC-DA1B93B260BC}"
RootNamespace="sourcemod_mm"
@@ -187,6 +187,10 @@
RelativePath="..\CConVarManager.cpp"
>
</File>
<File
RelativePath="..\CDataPack.cpp"
>
</File>
<File
RelativePath="..\CDbgReporter.cpp"
>
@@ -235,6 +239,10 @@
RelativePath="..\smn_convar.cpp"
>
</File>
<File
RelativePath="..\smn_datapacks.cpp"
>
</File>
<File
RelativePath="..\smn_filesystem.cpp"
>
@@ -285,6 +293,10 @@
RelativePath="..\CConVarManager.h"
>
</File>
<File
RelativePath="..\CDataPack.h"
>
</File>
<File
RelativePath="..\CDbgReporter.h"
>