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, 0 insertions, 2 deletions
diff --git a/src/system.h b/src/system.h index 0cdc205..01d6cec 100644 --- a/src/system.h +++ b/src/system.h
@@ -18,8 +18,6 @@ public:
18 virtual void tick(double dt) {} 18 virtual void tick(double dt) {}
19 19
20 virtual void destroySprite(int spriteId) {} 20 virtual void destroySprite(int spriteId) {}
21
22 virtual void clearSpriteCache() {}
23}; 21};
24 22
25#endif /* end of include guard: SYSTEM_H_6B40E1B9 */ 23#endif /* end of include guard: SYSTEM_H_6B40E1B9 */