This commit is contained in:
2025-04-19 21:32:57 -05:00
parent 87afa3a0ec
commit a39f43e439
9 changed files with 180 additions and 44 deletions

View File

@@ -9,9 +9,7 @@ namespace Archimedes {
public:
virtual ~Event() {
std::cout << (std::string)*this;
}
virtual ~Event() {}
virtual operator std::string() const = 0;