Update fun module project files.

This commit is contained in:
Arkshine
2014-08-09 20:54:20 +02:00
parent c76509fe41
commit 40313929eb
7 changed files with 15 additions and 5658 deletions

View File

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