mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Print module version in main.
This commit is contained in:
parent
e7ec6c14aa
commit
d80374f576
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ CSH_OpenAL* g_soundHandler = nullptr;
|
|||
|
||||
int main(int argc, const char** argv)
|
||||
{
|
||||
printf("Play! - Version %s\r\n", PLAY_VERSION);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ CPsfBase::TagMap g_tags;
|
|||
|
||||
int main(int argc, const char** argv)
|
||||
{
|
||||
printf("PsfPlayer - Version %s\r\n", PLAY_VERSION);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue