Now builds.

* Cut out all extraneous includes.
This commit is contained in:
2025-01-04 07:33:15 -04:00
parent 6beda55971
commit 841441806c
12 changed files with 41 additions and 73 deletions
+2
View File
@@ -3,6 +3,8 @@
class MentalEntity
{
public:
using Id = uint32_t;
};
#endif