view include/SDL_name.h @ 758:619fc21d154e

Date: Wed, 17 Dec 2003 18:07:29 -0800 PST From: "Andrew Bachmann" Subject: recent build changes To ensure that I submitted all the changes to you I attempt to rebuild SDL from a clean cvs checkout. Unfortunately it failed with this error: /boot/develop/libsdl/SDL12/src/audio/baudio/SDL_beaudio.cc:35: SDL_BeApp.h: No such file or directory
author Sam Lantinga <slouken@libsdl.org>
date Thu, 18 Dec 2003 05:01:47 +0000
parents d2d48e10f370
children
line wrap: on
line source


#ifndef _SDLname_h_
#define _SDLname_h_

#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif

#define SDL_NAME(X)	SDL_##X

#endif /* _SDLname_h_ */