1
0
Fork 0

DBG: added _dbgfunctions to the plugin api + updated dbgversion in bridge

This commit is contained in:
Mr. eXoDia 2014-07-07 14:49:31 +02:00
parent 3ddbde8956
commit 174afe635b
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ extern "C"
//Bridge defines
#define MAX_SETTING_SIZE 65536
#define DBG_VERSION 19
#define DBG_VERSION 20
//Bridge functions
BRIDGE_IMPEXP const char* BridgeInit();

View File

@ -18,6 +18,7 @@
#endif // deflen
#include "bridgemain.h"
#include "_dbgfunctions.h"
#endif // BUILD_DBG