]> Dogcows Code - chaz/yoink/blobdiff - src/yoink.hh
remove some unused stlplus modules
[chaz/yoink] / src / yoink.hh
index cc4446a387875714cb950bb3769aaa5f54e15ed1..edd38bfd5d3a97c4429e6a6b6f81be02e492c78c 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 _YOINK_HH_
 #define _YOINK_HH_
@@ -54,16 +52,16 @@ private:
        void projection();
        void projection(moof::scalar width, moof::scalar height);
 
-       mutable GameState               state_;
+       mutable GameState       state_;
 
        HudP                    mHud;
 
-       moof::sound     punch_sound_;
+       moof::sound             punch_sound_;
        moof::sound             music_;
 
        moof::ray2              mRay;
        moof::line2             mLine;
-       moof::circle    mCircle;
+       moof::circle            mCircle;
 
        moof::timer             mRayTimer;
        void rayTimer();
This page took 0.018643 seconds and 4 git commands to generate.