]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/DPoint.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / contrib / bobtoolz / DPoint.h
index f7b68396d7ecca3b2f4ddd4579eb043e02900b63..d29d415d6f935b97b5a5145856a7e8d87de0b778 100644 (file)
 
 #include "mathlib.h"
 
-class DPoint
-{
+class DPoint {
 public:
-DPoint();
-virtual ~DPoint();
+    DPoint();
 
-bool operator ==( vec3_t other );
+    virtual ~DPoint();
 
-vec3_t _pnt;
-unsigned char m_uData;
+    bool operator==(vec3_t other);
+
+    vec3_t _pnt;
+    unsigned char m_uData;
 };
 
 //typedef CList<DPoint*, DPoint*> DPointList;