We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2d727 commit 2040120Copy full SHA for 2040120
demo/demo.cpp
@@ -25,6 +25,7 @@ class Demo : public olc::PixelGameEngine
25
//
26
// see how we get a pointer of the song1 sound?
27
ma_sound_set_position(ma.GetSounds()[song1], 0.0f, 0.0f, 0.0f);
28
+ std::cout << "This demo was built with the latest workflow.\n";
29
return true;
30
}
31
0 commit comments