Merge branch 'SDL_207'

This commit is contained in:
BADIM-PC\Vadim
2018-01-09 16:43:34 +03:00
100 changed files with 83 additions and 37727 deletions

View File

@@ -39,15 +39,15 @@ typedef struct SDLNet_version {
#else /* WITHOUT_SDL */
#include "SDL.h"
#include "SDL_endian.h"
#include "SDL_version.h"
#include <SDL.h>
#include <SDL_endian.h>
#include <SDL_version.h>
typedef SDL_version SDLNet_version;
#endif /* WITHOUT_SDL */
#include "begin_code.h"
#include <begin_code.h>
/* Set up for C function definitions, even when using C++ */
#ifdef __cplusplus
@@ -438,6 +438,6 @@ SDL_FORCE_INLINE Uint32 _SDLNet_Read32(const void *areap)
#ifdef __cplusplus
}
#endif
#include "close_code.h"
#include <close_code.h>
#endif /* _SDL_NET_H */