]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/CGame.h
Cleanup .desktop file
[quix0rs-blobwars.git] / src / CGame.h
index 7e6052b4027549f1d7b79649340ab89fee10d1df..17be7fef34a89b4fe386d0481d44380d35667352 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2010 Parallel Realities
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -63,14 +63,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();