highlight urgent workspace

This commit is contained in:
2025-12-11 00:41:47 +01:00
parent 0a94acb8f4
commit e1eeb370da
9 changed files with 139 additions and 19 deletions

View File

@@ -1,3 +1,5 @@
#pragma once
class IUpdatable {
public:
virtual ~IUpdatable() = default;