mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 22:36:02 +00:00
rogueviz:: do_cleanup as a separate function
This commit is contained in:
@@ -98,6 +98,8 @@ namespace rogueviz {
|
||||
void storeall(int from = 0);
|
||||
|
||||
extern vector<reaction_t> cleanup;
|
||||
|
||||
void do_cleanup();
|
||||
|
||||
template<class T, class U> void rv_hook(hookset<T>& m, int prio, U&& hook) {
|
||||
int p = addHook(m, prio, hook);
|
||||
|
Reference in New Issue
Block a user