mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-05 00:38:00 +01:00
libsuperderpy_init: Print the app name in logs
This commit is contained in:
parent
61797d2c0d
commit
1ed4c73025
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ SYMBOL_EXPORT struct Game* libsuperderpy_init(int argc, char** argv, const char*
|
|||
al_add_new_bitmap_flag(ALLEGRO_NO_PRESERVE_TEXTURE);
|
||||
#endif
|
||||
|
||||
PrintConsole(game, "%s", al_get_app_name());
|
||||
PrintConsole(game, "libsuperderpy 2 (rev " LIBSUPERDERPY_GIT_REV ")");
|
||||
{
|
||||
uint32_t version = al_get_allegro_version();
|
||||
|
|
Loading…
Reference in a new issue