]>
Dogcows Code - chaz/yoink/blob - src/yoink.hh
2 /*] Copyright (c) 2009-2010, Charles McGarvey [**************************
3 **] All rights reserved.
7 * Distributable under the terms and conditions of the 2-clause BSD license;
8 * see the file COPYING for a complete text of the license.
10 **************************************************************************/
17 * This is the big enchilada.
24 #include <boost/shared_ptr.hpp>
26 #include <moof/math.hh>
27 #include <moof/sound.hh>
29 #include <moof/line.hh> // TODO
30 #include <moof/plane.hh>
31 #include <moof/ray.hh>
32 #include <moof/sphere.hh>
33 #include <moof/timer.hh>
35 #include "GameState.hh"
45 void update(moof::scalar t
, moof::scalar dt
);
46 void draw(moof::scalar alpha
) const;
47 bool handle_event(const moof::event
& event
);
51 void load_scene_loader();
55 void projection(moof::scalar width
, moof::scalar height
);
57 mutable GameState state_
;
61 moof::sound punch_sound_
;
68 moof::timer mRayTimer
;
This page took 0.042136 seconds and 5 git commands to generate.