mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 15:54:10 -05:00
File style cleanup for the SDL 2.0 release
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "SDL_test_common.h"
|
||||
|
||||
#define SWAP(typ,a,b) do{typ t=a;a=b;b=t;}while(0)
|
||||
#define NUM_OBJECTS 100
|
||||
#define NUM_OBJECTS 100
|
||||
|
||||
static SDLTest_CommonState *state;
|
||||
static int num_objects;
|
||||
|
||||
Reference in New Issue
Block a user