Work on sql framework classes

This commit is contained in:
BeniS
2013-03-03 19:19:22 +13:00
parent 3980f859b7
commit 02d32565e9
9 changed files with 545 additions and 203 deletions

View File

@@ -288,6 +288,13 @@ namespace Fw
BackgroundPane = 2,
BothPanes = 3
};
#ifdef FW_SQL
enum DatabaseEngine {
DatabaseNone = 0,
DatabaseMySQL
};
#endif
}
#endif