Rev 18 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18 | Rev 20 | ||
---|---|---|---|
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> |
|
22 | 24 | ||
23 | #include <SDL.h> |
25 | #include <SDL.h> |
24 | 26 | ||
25 | #if 0 // Usage Example: |
27 | #if 0 // Usage Example: |
26 | #include "sdl2_scancode_to_dinput.h" |
28 | #include "sdl2_scancode_to_dinput.h" |