DB: remove shared stuff, add singleton
Add Config class
This commit is contained in:
5
source/singletons.d
Normal file
5
source/singletons.d
Normal file
@@ -0,0 +1,5 @@
|
||||
module singletons;
|
||||
|
||||
import db.db;
|
||||
|
||||
DB Db;
|
||||
Reference in New Issue
Block a user