随笔分类 -  SDL

摘要:#ifdef __cplusplus #include <cstdlib> #else #include <stdlib.h> #endif #include <SDL/SDL.h> #include <string> const int SCREEN_WIDTH=640; const int SC 阅读全文
posted @ 2013-11-06 09:31 talobt3 阅读(202) 评论(0) 推荐(0)
摘要:1 #ifdef __cplusplus 2 #include <cstdlib> 3 #else 4 #include <stdlib.h> 5 #endif 6 7 #include <SDL/SDL.h> 8 9 int main( int argc, char* args[] ) 10 { 阅读全文
posted @ 2013-11-06 09:26 talobt3 阅读(296) 评论(0) 推荐(0)