Thread: SDL image help
View Single Post
  #1  
Old 03-23-2011, 01:08 PM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default SDL image help

#include "includes.h" #include "constants.h" #include "functions.h" int pscore=0,cscore=0,ppaddle=185,cpaddle=185,ballSpee d = 0,cpuPadSpd = 0,frame = 0; SDL_Surface *screen=NULL,*secondary=NULL,*playerscore=NULL,*cp uscore=NULL,*cpuwin=NULL,*playerwin=NULL; bool gameEnded =...
__________________
C++
domain name forum
Reply With Quote