Home | History | Annotate | Download | only in libsdl
      1 /*
      2  * Copyright 2016 Google Inc.
      3  *
      4  * Use of this source code is governed by a BSD-style license that can be
      5  * found in the LICENSE file.
      6  */
      7 
      8 /*
      9  * We don't want any of SDL's prebaked SDL_config.h files.
     10  * Instead we set all the defines we need in GN (third_party/libsdl/BUILD.gn).
     11  * This header is just the barest basics of an SDL_config.h we can get away with.
     12  */
     13 
     14 #include <stdarg.h>
     15 #include <stddef.h>
     16 #include <stdint.h>
     17