~armagetronad-ct/armagetronad/0.4-advrim

« back to all changes in this revision

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

  • Committer: Voodoo
  • Date: 2013-04-11 10:46:24 UTC
  • Revision ID: voodoo-20130411104624-zse1f33o7ten188z
merge -r 1454..1476 lp:armagetronad/0.4

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
20
 
 
21
 
#define HAVE_FTGL_H 1