Convert entity to a class

FossilOrigin-Name: 4b002822f954056510cbb1f85d7687784e26782f63c5995f01ac6488d0632d80
This commit is contained in:
Jonathan Schleifer 2025-03-20 16:04:35 +00:00
parent 34b31eb77f
commit d42f82f1ec
19 changed files with 222 additions and 122 deletions

View file

@ -6,6 +6,7 @@ executable('client',
'ConsoleLine.m',
'Cube.mm',
'DynamicEntity.mm',
'Entity.m',
'Identifier.m',
'KeyMapping.m',
'MD2.mm',
@ -13,6 +14,7 @@ executable('client',
'Menu.m',
'MenuItem.m',
'OFString+Cube.mm',
'PersistentEntity.m',
'Projectile.m',
'ResolverResult.mm',
'ResolverThread.mm',