Convert several files to pure Objective-C
FossilOrigin-Name: eac9e3d9480c641e752bce15f24de48bbb77705cd44ef2bb9a04603ca04c67e1
This commit is contained in:
parent
2085a651bd
commit
565a845aaf
13 changed files with 84 additions and 55 deletions
|
@ -1,26 +1,26 @@
|
|||
executable('client',
|
||||
[
|
||||
'Alias.m',
|
||||
'Client.mm',
|
||||
'Command.mm',
|
||||
'Client.m',
|
||||
'Command.m',
|
||||
'ConsoleLine.m',
|
||||
'Cube.mm',
|
||||
'DynamicEntity.mm',
|
||||
'DynamicEntity.m',
|
||||
'Entity.m',
|
||||
'Identifier.m',
|
||||
'KeyMapping.m',
|
||||
'MD2.mm',
|
||||
'MD2.m',
|
||||
'MapModelInfo.m',
|
||||
'Menu.m',
|
||||
'MenuItem.m',
|
||||
'OFString+Cube.mm',
|
||||
'OFString+Cube.m',
|
||||
'PersistentEntity.m',
|
||||
'Projectile.m',
|
||||
'ResolverResult.mm',
|
||||
'ResolverThread.mm',
|
||||
'ResolverResult.m',
|
||||
'ResolverThread.m',
|
||||
'ServerEntity.m',
|
||||
'ServerInfo.mm',
|
||||
'Variable.mm',
|
||||
'ServerInfo.m',
|
||||
'Variable.m',
|
||||
'clients.mm',
|
||||
'clientextras.mm',
|
||||
'clientgame.mm',
|
||||
|
@ -69,7 +69,7 @@ executable('client',
|
|||
|
||||
executable('server',
|
||||
[
|
||||
'Client.mm',
|
||||
'Client.m',
|
||||
'ServerEntity.m',
|
||||
'server.mm',
|
||||
'serverms.mm',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue