DBG: added _dbgfunctions to the plugin api + updated dbgversion in bridge
This commit is contained in:
parent
3ddbde8956
commit
174afe635b
|
@ -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();
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#endif // deflen
|
||||
|
||||
#include "bridgemain.h"
|
||||
#include "_dbgfunctions.h"
|
||||
|
||||
#endif // BUILD_DBG
|
||||
|
||||
|
|
Loading…
Reference in New Issue