16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 15:49:19 +02:00
Files
maszyna/Sound.cpp
2017-07-31 00:25:19 +02:00

6 lines
77 B
C++

#ifdef _WIN32
#include "WinSound.cpp"
#else
#include "DummySound.cpp"
#endif