ultimatepp/bazaar/SoundExample/main.cpp
dolik 879433b74d bazaar: plugin/portaudio, Sound, SoundExample: Initial release
git-svn-id: svn://ultimatepp.org/upp/trunk@2930 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-12-25 13:58:10 +00:00

9 lines
179 B
C++

#include "SoundExample.h"
#define IMAGECLASS SoundImg
#define IMAGEFILE <SoundExample/SoundExample.iml>
#include <Draw/iml_source.h>
GUI_APP_MAIN{
AudioApp().Run();
}