annotate Xcode/SDLTest/sdlcommon_prefix.h @ 4683:15dfe42edbfd
Fixed gestureMulti. Disabled dollar gesture temporarily.
author |
Jim Grandpre <jim.tla@gmail.com> |
date |
Wed, 04 Aug 2010 23:17:30 -0400 (2010-08-05) |
parents |
d44a0a913aa2 |
children |
|
rev |
line source |
3331
|
1 /*
|
|
2 * sdlcommon_prefix.h
|
|
3 * SDLTest
|
|
4 *
|
|
5 * Created by Darrell Walisser on Wed Aug 06 2003.
|
|
6 * Copyright (c) 2003 __MyCompanyName__. All rights reserved.
|
|
7 *
|
|
8 */
|
|
9 #ifndef _SDLCOMMON_PREFIX_H_
|
|
10 #define _SDLCOMMON_PREFIX_H_
|
|
11 #include "SDL.h"
|
|
12 #endif
|