remove all author/modified by tags.

make include guards consistent.

This was SVN commit r5040.
This commit is contained in:
janwas
2007-05-07 16:33:24 +00:00
parent aa425d16ce
commit b755ddefda
512 changed files with 1501 additions and 3702 deletions
+1 -15
View File
@@ -4,20 +4,6 @@
|
|===================================================================
|
| Author: Ben Vinegar
| Contact: benvinegar () hotmail ! com
|
|
| Last Modified: 04/23/04
|
| Overview: TBA
|
| Usage: TBA
|
| To do: TBA
|
| More Information: TBA
|
==================================================================*/
#include "ParticleSystem.h"
@@ -77,4 +63,4 @@ CParticleEmitter * CParticleSystem::CreateNewEmitter()
m_Emitters.push_back(newEmitter);
return newEmitter;
}
}