summary refs log tree commit diff stats
path: root/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h index 93b903e..3e84537 100644 --- a/src/system.h +++ b/src/system.h
@@ -16,6 +16,8 @@ public:
16 16
17 virtual void tick(double dt) {} 17 virtual void tick(double dt) {}
18 18
19 virtual void destroySprite(int spriteId) {}
20
19 virtual void clearSpriteCache() {} 21 virtual void clearSpriteCache() {}
20}; 22};
21 23