work on ServerModule

This commit is contained in:
2025-04-16 01:26:56 -05:00
parent f94cb10412
commit 00ef227128
6 changed files with 228 additions and 36 deletions

View File

@@ -9,7 +9,9 @@ namespace Archimedes {
public:
unsigned int type;
virtual ~Event() {}
virtual operator std::string() const = 0;
};
}