CStr namespace de-pollution; added using namespace to source

This was SVN commit r475.
This commit is contained in:
Simon Brenner 2004-06-11 02:20:59 +00:00
parent 112139371b
commit 0983fdcf9c
2 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,8 @@
#include "ogl.h"
#include <stdlib.h>
using namespace std;
CParticleEmitter::CParticleEmitter() :
m_particles(NULL),
m_origin(0.0f, 0.0f, 0.0f),

View File

@ -14,6 +14,8 @@ gee@pyro.nu
// TODO Gee: Remove, just for temp-output
#include <fstream>
using namespace std;
static const TCHAR TagStart = '[';
static const TCHAR TagEnd = ']';