mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 13:29:18 +02:00
6 lines
77 B
C++
6 lines
77 B
C++
#ifdef _WIN32
|
|
#include "WinSound.cpp"
|
|
#else
|
|
#include "DummySound.cpp"
|
|
#endif
|