mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-02 18:25:30 +02:00
Cleaned up Main initialization handling. This will need to be refactored into a builder class.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
class DB
|
||||
{
|
||||
public:
|
||||
DB();
|
||||
DB(std::string dbFile);
|
||||
bool Initialize();
|
||||
void DeInitialize();
|
||||
virtual ~DB();
|
||||
|
||||
Reference in New Issue
Block a user