Mercurial > sdl-ios-xcode
view Xcode/SDLTest/sdlcommon_prefix.h @ 4738:381d402a5e90
Added support for On_Resized event to App.
Added OpenGL code to draw a rotating triangle.
Rearranged main loop code.
author | dewyatt |
---|---|
date | Sat, 12 Jun 2010 03:21:54 -0400 |
parents | d44a0a913aa2 |
children |
line wrap: on
line source
/* * sdlcommon_prefix.h * SDLTest * * Created by Darrell Walisser on Wed Aug 06 2003. * Copyright (c) 2003 __MyCompanyName__. All rights reserved. * */ #ifndef _SDLCOMMON_PREFIX_H_ #define _SDLCOMMON_PREFIX_H_ #include "SDL.h" #endif