Cstrike: Move AMXX API in a new file.

This commit is contained in:
Arkshine
2014-05-26 18:02:30 +02:00
parent 7ae802d736
commit 88c489d393
5 changed files with 62 additions and 56 deletions

View File

@ -5,6 +5,7 @@ binary = AMXX.MetaModule(builder, 'cstrike')
binary.sources = [
'sdk/amxxmodule.cpp',
'amxx_api.cpp',
'CstrikePlayer.cpp',
'cstrike.cpp',
'CstrikeHacks.cpp',