generated from Jaysyn/ModuleTemplate
202/12/24 Update
Hooked up new module GUI event. Updated readme. Updated nim tools. Full compile.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
//:: for Knat's NBDE
|
||||
|
||||
|
||||
const int DMFI_DB_TYPE =DMFI_DB_TYPE_BIOWARE;
|
||||
const int DMFI_DB_TYPE = 1; //:: DMFI_DB_TYPE_BIOWARE;
|
||||
|
||||
void FlushDMFIPersistentData(string sDBName)
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
//:: for Knat's NBDE
|
||||
|
||||
|
||||
const int DMFI_DB_TYPE = DMFI_DB_TYPE_NBDE;
|
||||
const int DMFI_DB_TYPE = 2; //:: DMFI_DB_TYPE_NBDE;
|
||||
|
||||
#include "nbde_inc"
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user