summaryrefslogtreecommitdiffhomepage
path: root/MainLoop.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-05 22:32:01 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-05 22:32:01 +0100
commit03b28f03c38b35bcc1bbd1ec28a7be17affd3d28 (patch)
treeec70d62bb681b34b7afe50d292fd138e8bc0ff49 /MainLoop.h
parent88ab4cec9636a3e7b43906e5e7d0f67ac77eb2d6 (diff)
Automatically access click sound file
Diffstat (limited to 'MainLoop.h')
-rw-r--r--MainLoop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainLoop.h b/MainLoop.h
index 0aac227..9cd19a1 100644
--- a/MainLoop.h
+++ b/MainLoop.h
@@ -12,7 +12,7 @@
class MainLoop
{
public:
- MainLoop();
+ MainLoop(int argc, char** argv);
int run();
private: