aboutsummaryrefslogtreecommitdiff
path: root/src/Game.h
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-25 23:30:08 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-25 23:30:08 +0700
commit8d040ede807208e6166c19c9eb5099b6f8ed2f71 (patch)
treeee21b7f6e2af27a690d0d97ca08d27c2f6c531ce /src/Game.h
parentc26eb2727cb906b2cee0714c69584973e6dc1571 (diff)
downloadblackshades-8d040ede807208e6166c19c9eb5099b6f8ed2f71.tar.gz
Migrate more sounds to origin listener
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