mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 20:26:23 +01:00
Work on sql framework classes
This commit is contained in:
@@ -288,6 +288,13 @@ namespace Fw
|
||||
BackgroundPane = 2,
|
||||
BothPanes = 3
|
||||
};
|
||||
|
||||
#ifdef FW_SQL
|
||||
enum DatabaseEngine {
|
||||
DatabaseNone = 0,
|
||||
DatabaseMySQL
|
||||
};
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user