SDL_config_premake.h 433 B

12345678910111213141516
  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. * We don't want any of SDL's prebaked SDL_config.h files.
  9. * Instead we set all the defines we need in GN (third_party/libsdl/BUILD.gn).
  10. * This header is just the barest basics of an SDL_config.h we can get away with.
  11. */
  12. #include <stdarg.h>
  13. #include <stddef.h>
  14. #include <stdint.h>