Now I can play a sound! Yay!
This commit is contained in:
parent
f83c0c7ff9
commit
7309ec2f40
7 changed files with 47 additions and 8 deletions
1
dbc.hpp
1
dbc.hpp
|
@ -46,6 +46,7 @@ namespace dbc {
|
|||
void check(bool test, const string &message) {
|
||||
if(!test) {
|
||||
string err = fmt::format("[CHECK!] {}\n", message);
|
||||
fmt::println("{}", err);
|
||||
throw CheckError{err};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue