mxe/src/libechonest-test.cpp

8 lines
79 B
C++
Raw Normal View History

2015-12-31 23:27:11 +00:00
#include <echonest/Song.h>
int main()
{
Echonest::Song a;
return 0;
}