diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-10 22:45:29 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-10 22:45:29 -0500 |
| commit | f64fbb67b11ed6e48bf1585d14c1fded3c173944 (patch) | |
| tree | 7f29fd5810bd1d217d816bfb6b8f9acabaa591cd /tests/include | |
| parent | f5dd89904d8866456c62f4bf6b57b6c264d6dea2 (diff) | |
| download | nimterop-f64fbb67b11ed6e48bf1585d14c1fded3c173944.tar.gz nimterop-f64fbb67b11ed6e48bf1585d14c1fded3c173944.zip | |
Fix #178 - single underscore
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/test.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/include/test.h b/tests/include/test.h index b22e2d8..e9c281c 100644 --- a/tests/include/test.h +++ b/tests/include/test.h @@ -194,6 +194,12 @@ struct JKL { int **f1; }; +// Issue #178 +typedef enum +{ + SDLK_UNDERSCORE = '_' +} SDL_KeyCode; + #ifdef __cplusplus } #endif |
