X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FGameState.hh;fp=src%2FGameState.hh;h=ecf9e05e08b60af28a0dfc07847d52bb42756ad6;hp=66b7a7d938e1d9cbe5109a124404b4578b5e834d;hb=574af38ed616d1adfa5e6ce35f67cda1f707f89d;hpb=6c9943707d4f33035830eba0587a61a34eaecbc2 diff --git a/src/GameState.hh b/src/GameState.hh index 66b7a7d..ecf9e05 100644 --- a/src/GameState.hh +++ b/src/GameState.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 _GAMESTATE_HH_ #define _GAMESTATE_HH_ @@ -33,15 +31,15 @@ struct GameState { - moof::script script; + moof::script script; std::vector sceneList; - HeroineP heroine; - SceneP scene; + HeroineP heroine; + SceneP scene; - moof::lerp_scalar interp; + moof::lerp_scalar interp; - moof::camera camera; + moof::camera camera; };