Made emscripten work a bit better

This commit is contained in:
2023-11-01 10:42:51 -05:00
parent 343f75433e
commit 38175d044b
34 changed files with 548 additions and 288 deletions

View File

@ -20,6 +20,7 @@ namespace Dawn {
public:
virtual void removeListener() = 0;
virtual void teardown() = 0;
virtual ~IStateOwnerEventLegacy() {}
};
class IStateOwner {