Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (12 loc) · 245 Bytes

sdlcommon_prefix.h

File metadata and controls

12 lines (12 loc) · 245 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
/*
* 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