summaryrefslogtreecommitdiffstats
path: root/src/core/Stats.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-27 07:18:47 +0200
committerGitHub <noreply@github.com>2020-05-27 07:18:47 +0200
commitc06857019235f7483582cd8bbc8e63307de0bde6 (patch)
treef46b1801d031b59b97cf4365abf31ea831087dfd /src/core/Stats.h
parentMerge pull request #601 from Sergeanur/VC/audio3 (diff)
parentfix linux build (diff)
downloadre3-c06857019235f7483582cd8bbc8e63307de0bde6.tar
re3-c06857019235f7483582cd8bbc8e63307de0bde6.tar.gz
re3-c06857019235f7483582cd8bbc8e63307de0bde6.tar.bz2
re3-c06857019235f7483582cd8bbc8e63307de0bde6.tar.lz
re3-c06857019235f7483582cd8bbc8e63307de0bde6.tar.xz
re3-c06857019235f7483582cd8bbc8e63307de0bde6.tar.zst
re3-c06857019235f7483582cd8bbc8e63307de0bde6.zip
Diffstat (limited to 'src/core/Stats.h')
-rw-r--r--src/core/Stats.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/Stats.h b/src/core/Stats.h
index 37987ae5..485bdccf 100644
--- a/src/core/Stats.h
+++ b/src/core/Stats.h
@@ -9,6 +9,9 @@ public:
TOTAL_FASTEST_TIMES = 16,
TOTAL_HIGHEST_SCORES = 16
};
+ //TODO
+ static int32 SeagullsKilled;
+
static int32 DaysPassed;
static int32 HeadsPopped;
static int32 CommercialPassed;