comparison test/testdyngl.c @ 2735:204be4fc2726

Final merge of Google Summer of Code 2008 work... Port SDL 1.3 to the Nintendo DS by Darren Alton, mentored by Sam Lantinga
author Sam Lantinga <slouken@libsdl.org>
date Wed, 27 Aug 2008 15:10:03 +0000
parents 7b53a8401195
children 8d0889509afb
comparison
equal deleted inserted replaced
2734:dd25eabe441c 2735:204be4fc2726
183 if (event.type == SDL_KEYDOWN) 183 if (event.type == SDL_KEYDOWN)
184 done = 1; 184 done = 1;
185 } 185 }
186 186
187 SDL_Delay(20); 187 SDL_Delay(20);
188 } 188 } while (!done);
189 while (!done);
190 189
191 SDL_Quit(); 190 SDL_Quit();
192 return 0; 191 return 0;
193 } 192 }
194 193