DBC now works and has a test.

This commit is contained in:
Zed A. Shaw 2024-09-16 09:20:35 -04:00
parent f632f2d5af
commit 2035a6dd00
8 changed files with 100 additions and 34 deletions

View file

@ -5,6 +5,7 @@
#include <fmt/color.h>
#include "game_engine.hpp"
#include <cassert>
#include "dbc.hpp"
const auto ERROR = fmt::emphasis::bold | fg(fmt::color::red);