We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d8899 commit 74737b4Copy full SHA for 74737b4
library/include/modules/DFSDL.h
@@ -11,7 +11,7 @@ struct SDL_Rect;
11
struct SDL_PixelFormat;
12
struct SDL_Window;
13
union SDL_Event;
14
-typedef int32_t SDL_Keycode;
+using SDL_Keycode = int32_t;
15
16
namespace DFHack
17
{
0 commit comments