]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/axle.h
Only use postprocessors that can be supported
[r2c2.git] / source / 3d / axle.h
index 86bb752e47b9c71805a2e35b6291790d89178bf9..e53efb2c97b52d99dfb5ba3b0273b5980927bd05 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef LIBR2C23D_AXLE_H_
-#define LIBR2C23D_AXLE_H_
+#ifndef R2C2_3D_AXLE_H_
+#define R2C2_3D_AXLE_H_
 
 #include <msp/gl/objectinstance.h>
 #include "libr2c2/vehicle.h"
@@ -15,7 +15,6 @@ private:
 
 public:
        Axle3D(const Vehicle3D &, unsigned);
-       Axle3D(const Vehicle3D &, unsigned, unsigned);
 
        virtual void update_matrix();
 };