Subversion Repositories Games.Carmageddon

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 18
Line 17... Line 17...
17
 * (or parts of it) into your own source.
17
 * (or parts of it) into your own source.
18
 * No need to mention me or this "license" in your code or docs, even though
18
 * No need to mention me or this "license" in your code or docs, even though
19
 * it would be appreciated, of course.
19
 * it would be appreciated, of course.
20
 *
20
 *
21
 */
21
 */
22
 
-
 
23
#include <glad/glad.h>
-
 
24
 
22
 
25
#include <SDL.h>
23
#include <SDL.h>
26
 
24
 
27
#if 0 // Usage Example:
25
#if 0 // Usage Example:
28
#include "sdl2_scancode_to_dinput.h"
26
#include "sdl2_scancode_to_dinput.h"