X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fsprite.hh;h=b88b007f5ffe697dab5d1942b551a1cc5f496363;hp=3e3d17934ce04e6f32d537f41d0d96067eb71935;hb=HEAD;hpb=ed04ddaaa59dcc42e375ec492dbda77f693530e9 diff --git a/src/moof/sprite.hh b/src/moof/sprite.hh index 3e3d179..b88b007 100644 --- a/src/moof/sprite.hh +++ b/src/moof/sprite.hh @@ -1,28 +1,26 @@ -/*] 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_ -/** - * \file sprite.hh - * Image-loading and OpenGL texture loading. - */ - #include #include #include +/** + * \file sprite.hh + * Image-loading and OpenGL texture loading. + */ + namespace moof { @@ -43,11 +41,10 @@ public: void draw(const vector3 vertices[4]) const; - private: image_handle image_; - scalar tile_[8]; + scalar tile_[8]; };