Added config files
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
|
||||
void playSound(char *path);
|
||||
void playSound(const char *path);
|
||||
|
Reference in New Issue
Block a user
@@ -1,2 +1,2 @@
|
||||
|
||||
void playSound(char *path);
|
||||
void playSound(const char *path);
|
||||
|