aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libsdl/SDL_config_premake.h
blob: 28c4bc691a1ff5b2d64a43863258da25d5a29e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright 2016 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/*
 * We don't want any of SDL's prebaked SDL_config.h files.
 * Instead we set all the defines we need in GN (third_party/libsdl/BUILD.gn).
 * This header is just the barest basics of an SDL_config.h we can get away with.
 */

#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>