Filled out more license headers

Completed lots of missing documentation
Fixed /** on one-liners, must be /**<

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40377
This commit is contained in:
David Anderson
2007-01-26 01:55:06 +00:00
parent e281a27c14
commit 676a6ea760
25 changed files with 1215 additions and 381 deletions
+4
View File
@@ -381,6 +381,10 @@
RelativePath="..\..\public\ITextParsers.h"
>
</File>
<File
RelativePath="..\..\public\extensions\IThreader.h"
>
</File>
</Filter>
<Filter
Name="Systems"
+1
View File
@@ -58,6 +58,7 @@ static const char *g_ErrorMsgTable[] =
"Native was never bound",
"Maximum number of parameters reached",
"Native detected error",
"Plugin not runnable",
};
SourcePawnEngine::SourcePawnEngine()