Added more path building stuff

Addeed text parsing API

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40350
This commit is contained in:
David Anderson
2007-01-25 04:37:23 +00:00
parent aeb512c444
commit e506745890
11 changed files with 228 additions and 24 deletions
+1
View File
@@ -13,6 +13,7 @@ namespace SourceMod
Path_None = 0,
Path_Game,
Path_SM,
Path_SM_Rel,
};
class ISourceMod : public SMInterface