Skip to content

Commit

Permalink
Added missing file. Ifdefed out soundmanger.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishna committed Mar 29, 2010
1 parent ced93d3 commit 857d0fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added singleSkinMode.bmp
Binary file not shown.
Binary file added singleSkinModeClicked.bmp
Binary file not shown.
5 changes: 4 additions & 1 deletion viewer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
#include <gtkmm.h>
#include <gtkglmm.h>
#include "game.hpp"
#include "SoundManager.hpp"
#include <map>
#include <vector>
#include "particle.hpp"
#include <GL/glu.h>
//#define ENABLE_SOUND 1

#ifdef ENABLE_SOUND
#include "SoundManager.hpp"
#endif

// The "main" OpenGL widget
class Viewer : public Gtk::GL::DrawingArea {
public:
Expand Down

0 comments on commit 857d0fa

Please sign in to comment.