New messagebox system

This commit is contained in:
mkrsym1
2023-06-08 21:44:42 +03:00
parent 38dbf82f7f
commit 8662c84a0a
10 changed files with 64 additions and 47 deletions

View File

@ -1,4 +1,4 @@
#include <err.h>
#include <msg.h>
#include <game.h>
@ -28,5 +28,5 @@ void game_detect(struct game_data *buf) {
}
}
err_mb_a("Unknown game: %s", exeName);
msg_err_a("Unknown game: %s", exeName);
}