Convert server_entity to a class
FossilOrigin-Name: 21584a40b686945f20e078af058c7f2ad2f4be197cc4a67335a18329c6fd085b
This commit is contained in:
parent
d42f82f1ec
commit
7162807acd
4 changed files with 45 additions and 26 deletions
|
@ -18,6 +18,7 @@ executable('client',
|
|||
'Projectile.m',
|
||||
'ResolverResult.mm',
|
||||
'ResolverThread.mm',
|
||||
'ServerEntity.m',
|
||||
'ServerInfo.mm',
|
||||
'Variable.mm',
|
||||
'clients.mm',
|
||||
|
@ -69,6 +70,7 @@ executable('client',
|
|||
executable('server',
|
||||
[
|
||||
'Client.mm',
|
||||
'ServerEntity.m',
|
||||
'server.mm',
|
||||
'serverms.mm',
|
||||
'serverutil.mm',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue