]> Dogcows Code - chaz/yoink/blobdiff - src/moof/sprite.hh
remove some unused stlplus modules
[chaz/yoink] / src / moof / sprite.hh
index 3e3d17934ce04e6f32d537f41d0d96067eb71935..88029e52bbf0e442a90932e47a52a8a4ed90916e 100644 (file)
@@ -1,13 +1,11 @@
 
-/*]  Copyright (c) 2009-2010, Charles McGarvey  [**************************
+/*]  Copyright (c) 2009-2011, Charles McGarvey  [*****************************
 **]  All rights reserved.
 *
-* vi:ts=4 sw=4 tw=75
-*
 * Distributable under the terms and conditions of the 2-clause BSD license;
 * see the file COPYING for a complete text of the license.
 *
-**************************************************************************/
+*****************************************************************************/
 
 #ifndef _MOOF_SPRITE_HH_
 #define _MOOF_SPRITE_HH_
@@ -43,11 +41,10 @@ public:
 
        void draw(const vector3 vertices[4]) const;
 
-
 private:
 
        image_handle    image_;
-       scalar                  tile_[8];
+       scalar          tile_[8];
 };
 
 
This page took 0.020863 seconds and 4 git commands to generate.