User profile: marc

User info
User name:marc
Name:Marc
Location:Ontario, Canada
Statistical data
Birthdate:Jul 20, 1992
Gender:Male
Occupation:Student
Skills:C
PHP
C++
Visual Basic
Javascript
History
Joined:
Number of posts:4
Latest posts:

SDL event.type error
That worked perfectly; thanks Zaita. =D

SDL event.type error
Here's the entire code: [code]// Headers #include "SDL/SDL.h" #include <string> // Setup scr...

SDL event.type error
SDL_Event

SDL event.type error
The following is a snippet from my code: [code] while(SDL_PollEvent(&event)) { ...