aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/test.h6
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