]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/CGame.h
Allow playing sounds with stereo effects.
[quix0rs-blobwars.git] / src / CGame.h
old mode 100755 (executable)
new mode 100644 (file)
index 7e6052b..3037299
@@ -1,5 +1,6 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2011 Parallel Realities
+Copyright (C) 2011-2015 Perpendicular Dimensions
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -63,14 +64,14 @@ class Game {
                void destroy();
                void incrementMissionTime();
                void setCheckPoint(float x, float y);
-               void getCheckPoint(float *x, float *y);
+               void getCheckPoint(float *x, float *y) const;
                void setObjectiveCheckPoint();
                void useObjectiveCheckPoint();
                void doCombo();
                void incBulletsFired();
                void incBulletsHit();
                int getWeaponAccuracy(int weapon);
-               int getTotalBulletsFired();
+               int getTotalBulletsFired() const;
                int getTotalAccuracy();
                int getMostUsedWeapon();
                void totalUpStats();