diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-05 22:32:01 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-05 22:32:01 +0100 |
commit | 03b28f03c38b35bcc1bbd1ec28a7be17affd3d28 (patch) | |
tree | ec70d62bb681b34b7afe50d292fd138e8bc0ff49 /MainLoop.h | |
parent | 88ab4cec9636a3e7b43906e5e7d0f67ac77eb2d6 (diff) |
Automatically access click sound file
Diffstat (limited to 'MainLoop.h')
-rw-r--r-- | MainLoop.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ class MainLoop { public: - MainLoop(); + MainLoop(int argc, char** argv); int run(); private: |