Dark Bit Factory & Gravity
PROGRAMMING => C / C++ /C# => Topic started by: xteraco on June 02, 2006
-
hey all, i wrote a lil thing about usin bassmod, figured it may be of use....
to lazy to copy/paste it all, so i attached it, also because i wanted to go ahead and include the lib, so you dont have to go looking for it
:)
-
Nice one xteraco :)
Just don't forget to free allocated Bassmod music memory ;)
int main()
{
LoadMusic();
PlayMusic();
ErrorReport();
ScreenHold();
//stop music
BASSMOD_MusicStop();
//free bassmod music
BASSMOD_MusicFree();
return 0;
}
-
what can i say? i knew how to do it, but i *am* the lazyest coder on the face of the planet
-
Kewl stuff Xteraco :) Thanks for sharing
-
Pretty neat Xteraco, thanks for sharing.