diff options
Diffstat (limited to 'src/render/dust.h')
-rw-r--r-- | src/render/dust.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/dust.h b/src/render/dust.h index 031743e..6a4b455 100644 --- a/src/render/dust.h +++ b/src/render/dust.h @@ -20,6 +20,8 @@ public: static void shutdown(); static void draw(); + + static void reset(); }; } |