summaryrefslogtreecommitdiffstats
path: root/src/old/sound.h
Commit message (Collapse)AuthorAgeFilesLines
* SDL projectPiotr Dziwinski2012-06-251-0/+242
- added (very basic) SDL template in CApplication and CEngine - split project into two targets: colobot_old (dependent on DirectX and WinAPI) and colobot_new (dependent on SDL and OpenGL) - moved sound.h/cpp to old/ and created new template in Snd namespace - added platform-independent dialog boxes in app/system.h/cpp