mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 03:12:19 +00:00
remove all author/modified by tags.
make include guards consistent. This was SVN commit r5040.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user