Merge branch 'master' into friends

This commit is contained in:
ouwou
2021-05-14 03:18:05 -04:00
17 changed files with 161 additions and 83 deletions

View File

@@ -1,8 +0,0 @@
#pragma once
// for things that are used in stackswitchers to be able to be told when they're switched to
class INotifySwitched {
public:
virtual void on_switched_to() {};
};