• Sam Lantinga's avatar
    Eric Wing to Sam · 7210963b
    Sam Lantinga authored
    Lots of fixes.
    Fixed missing power management building.
    Added template icons to the project templates.
    DocSet stuff
    Documentation fixes..
    
    Fixed all the SDLtests. (Lots of tedious work.) It now depends on the static library target for convenience so I am not going to remove it from the SDL xcode project.
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403952
    7210963b
sdlcommon_prefix.h 245 Bytes
/*
 *  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