diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -176,6 +176,8 @@ int main() json j_msg_send, j_msg_rcv;
auto startTime = chrono::steady_clock::now();
+ // TODO: Check if this command works as intended:
+ /* PlaySound(TEXT(song.getAudioFile().c_str()), NULL, SND_ASYNC); */
double totalDiff = 0;
auto lastPrintTime = chrono::steady_clock::now();;
bool SongNotDone = true;
|