摘要:
环境 vs 2005 编译时需要引入三个库 sdl.lib sdlmain.lib sdl_mixer.lib 以下为源代码 阅读全文
posted @ 2010-12-19 22:09
网络小虫
阅读(957)
评论(0)
推荐(0)
摘要:
#include <SDL.h>#include <SDL_mixer.h>////Code irrelevant to the situation////Code irrelevant to the situation//void musicFinished() { int musicPlaying = 0;}int main(int argc, char *argv[]... 阅读全文
posted @ 2010-12-19 22:01
网络小虫
阅读(1440)
评论(0)
推荐(0)