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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Game.h b/src/Game.h
index e652303..cdc05c8 100644
--- a/src/Game.h
+++ b/src/Game.h
@@ -57,7 +57,8 @@ class Game {
 	void handleMenu(unsigned char*);
 	void handleToggles(unsigned char*);
 	void mouseLook();
-	XYZ fluidAim(int&);
+	XYZ aimPlayer();
+	XYZ aimBot(int);
 	void setListener(XYZ&);
 public:
 	// Event loop