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:
Zed A. Shaw 2025-01-08 16:09:22 -05:00
parent 1f7214fcd4
commit 9ce4fbd552
6 changed files with 94 additions and 42 deletions

View file

@ -1,4 +1,5 @@
#include "dbc.hpp"
#include <iostream>
void dbc::log(const string &message) {
fmt::print("{}\n", message);