summary refs log tree commit diff
path: root/src/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Game.h')
-rw-r--r--src/Game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Game.h b/src/Game.h
index a8d093d..e652303 100644
--- a/src/Game.h
+++ b/src/Game.h
@@ -57,6 +57,8 @@ class Game {
 	void handleMenu(unsigned char*);
 	void handleToggles(unsigned char*);
 	void mouseLook();
+	XYZ fluidAim(int&);
+	void setListener(XYZ&);
 public:
 	// Event loop
 	Boolean	gQuit;