Reworked the way that entities are loaded so they're more dynamic and can be configured without modifying C++code.
This commit is contained in:
parent
1f7214fcd4
commit
9ce4fbd552
6 changed files with 94 additions and 42 deletions
1
dbc.cpp
1
dbc.cpp
|
@ -1,4 +1,5 @@
|
|||
#include "dbc.hpp"
|
||||
#include <iostream>
|
||||
|
||||
void dbc::log(const string &message) {
|
||||
fmt::print("{}\n", message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue