Merge pull request #254 from Arkshine/feature/gameconfig

Implement a game config parser and expose functionnalities to the module/plugin API
This commit is contained in:
Vincent Herbet
2015-07-11 13:19:09 +02:00
22 changed files with 1747 additions and 5 deletions

View File

@ -30,6 +30,7 @@
#include <textparse_smc>
#include <textparse_ini>
#include <cvars>
#include <gameconfig>
/**
* Called just after server activation.