New messagebox system
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user