diff options
author | Sam Lantinga <slouken@libsdl.org> | 2018-08-21 12:11:34 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2018-08-21 12:11:34 -0700 |
commit | 6a6db94f54c944ce8ac76424fb18d544f38818b5 (patch) | |
tree | 2c5a7ffebfbc22130434d510a4700ca32e15580a /Makefile.in | |
parent | abed52cd4a3c00bca8bd9aa48c6ec5338f38e0dd (diff) |
First pass on the new SDL sensor API
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 732d1d4ca3..4eb6e63239 100644 --- a/Makefile.in +++ b/Makefile.in @@ -101,6 +101,7 @@ HDRS = \ SDL_render.h \ SDL_rwops.h \ SDL_scancode.h \ + SDL_sensor.h \ SDL_shape.h \ SDL_stdinc.h \ SDL_surface.h \ |