print git info in windows title

This commit is contained in:
georgemoralis 2024-08-01 00:56:10 +03:00
parent 0ac9f8ffa4
commit 62e501f31f
9 changed files with 248 additions and 6 deletions

View file

@ -42,7 +42,7 @@ struct WindowSystemInfo {
class WindowSDL {
public:
explicit WindowSDL(s32 width, s32 height, Input::GameController* controller,
std::string_view game_title);
std::string_view window_title);
~WindowSDL();
s32 getWidth() const {