Update sockets module project files.

This commit is contained in:
Arkshine
2014-08-10 18:38:24 +02:00
parent a8e6cfe5cf
commit a290f7d299
9 changed files with 16 additions and 5661 deletions

View File

@ -4,7 +4,7 @@ import os.path
binary = AMXX.Module(builder, 'sockets')
binary.sources = [
'sdk/amxxmodule.cpp',
'../../public/sdk/amxxmodule.cpp',
'sockets.cpp',
]