Skip to content

Commit

Permalink
SDL_config.h will eventually be a general feature set test,
Browse files Browse the repository at this point in the history
which will be useful for any program built with SDL on a given platform.
  • Loading branch information
slouken committed Feb 6, 2006
1 parent 6f49cf8 commit 57f0f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/SDL.h
Expand Up @@ -25,6 +25,7 @@
#ifndef _SDL_H #ifndef _SDL_H
#define _SDL_H #define _SDL_H


#include "SDL_config.h"
#include "SDL_main.h" #include "SDL_main.h"
#include "SDL_types.h" #include "SDL_types.h"
#include "SDL_getenv.h" #include "SDL_getenv.h"
Expand Down

0 comments on commit 57f0f66

Please sign in to comment.