~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/macosx/client/config.h

  • Committer: luke-jr
  • Date: 2006-05-29 01:55:42 UTC
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWZvbKhsAAAdRgAAQABK6798QIABURMgAAaeoNT1TxT1DQbKaeobXKiyAmlWT7Y5MkdJOtXDtB7w7DOGFBHiOBxaUIu7HQyyQSvxdyRThQkJvbKhs:7d95bf1e-0414-0410-9756-b78462a59f44:armagetronad%2Fbranches%2F0.2.8%2Farmagetronad:4612
Unify tags/branches of modules released together

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "config_common.h"
 
2
 
 
3
#define USER_DATA_DIR "~/Library/Application Support/Armagetron Advanced"
 
4
#define SCREENSHOT_DIR "~/Library/Application Support/Armagetron Advanced/screenshots"
 
5
 
 
6
/* Define if you have the library SDL */
 
7
#define HAVE_LIBSDL 1
 
8
 
 
9
/* Define to 1 if you have the `SDL_image' library (-lSDL_image). */
 
10
#define HAVE_LIBSDL_IMAGE 1
 
11
 
 
12
/* Define if you have the SDL_mixer library (-lSDL_mixer). */
 
13
#define HAVE_LIBSDL_MIXER 1
 
14
 
 
15
/* Define to 1 if you have the <SDL/SDL_image.h> header file. */
 
16
#define HAVE_SDL_IMG_H
 
17
 
 
18
/* Define to 1 if you have the `png' library (-lpng). */
 
19
#define HAVE_LIBPNG 1