Updated AUTHORS

This commit is contained in:
Robert Osfield
2007-07-24 14:52:51 +00:00
parent 5967236c06
commit 593dfe3193
2 changed files with 11 additions and 8 deletions

View File

@@ -198,6 +198,8 @@ bool validName(const std::string& first)
if (first=="CullVistor") return false;
if (first=="SimpleViewer") return false;
if (first=="TexMat(Matrix") return false;
if (first=="GraphicsWindowX11") return false;
if (first=="OperationThread") return false;
return true;
}