whitespace change

This commit is contained in:
Brad Hefta-Gaub 2016-01-06 14:54:50 -08:00
parent 656a7da70a
commit f0338690c8

View file

@ -56,6 +56,7 @@ namespace render {
#define debugTimeOnly(T) qPrintable(QString("%1").arg(T, 16, 10))
#define debugTreeVector(V) V << "[" << V << " in meters ]"
/// EntityItem class this is the base class for all entity types. It handles the basic properties and functionality available
/// to all other entity types. In particular: postion, size, rotation, age, lifetime, velocity, gravity. You can not instantiate
/// one directly, instead you must only construct one of it's derived classes with additional features.