summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 5510f95..f269370 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -128,7 +128,10 @@ namespace world {
bool test_rect(const cmodel_t *cmodel, const entity_t *ignore);
trace_t trace(v2f_t start, v2f_t end, cflags_t cflags);
- void debug_point(sf::Vector2f point);
+ struct {
+ size_t sectors = 0, tiles = 0;
+ size_t entities = 0;
+ } stats;
};
class entity_t {