Added timer system implementation

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40593
This commit is contained in:
Borja Ferrer
2007-03-10 13:16:19 +00:00
parent bda756f3ff
commit 5fe8bed256
5 changed files with 288 additions and 11 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"
@@ -219,6 +219,10 @@
RelativePath="..\CTextParsers.cpp"
>
</File>
<File
RelativePath="..\CTimerSys.cpp"
>
</File>
<File
RelativePath="..\CTranslator.cpp"
>
@@ -313,6 +317,10 @@
RelativePath="..\CTextParsers.h"
>
</File>
<File
RelativePath="..\CTimerSys.h"
>
</File>
<File
RelativePath="..\CTranslator.h"
>
@@ -421,6 +429,10 @@
RelativePath="..\..\public\ITextParsers.h"
>
</File>
<File
RelativePath="..\..\public\ITimerSystem.h"
>
</File>
<File
RelativePath="..\..\public\IUserMessages.h"
>