X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fyoink.hh;h=edd38bfd5d3a97c4429e6a6b6f81be02e492c78c;hp=cc4446a387875714cb950bb3769aaa5f54e15ed1;hb=574af38ed616d1adfa5e6ce35f67cda1f707f89d;hpb=6c9943707d4f33035830eba0587a61a34eaecbc2 diff --git a/src/yoink.hh b/src/yoink.hh index cc4446a..edd38bf 100644 --- a/src/yoink.hh +++ b/src/yoink.hh @@ -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();