Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dinau committed Jan 2, 2025
1 parent d90de96 commit 7e78ea3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/imguin/sdl_basetype.nim
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
type
struct_SDL_Window* {.incompleteStruct.} = object
struct_SDL_Renderer* {.incompleteStruct.} = object
struct_SDL_Gamecontroller* {.incompleteStruct.} = object
internal_SDL_GameController* = structsdlgamecontroller ## Generated based on cimgui_impl.h:50:36
ImGui_ImplSDL2_Gamepadmode* = enum_ImGui_implSDL2_GamePadMode ## Generated based on cimgui_impl.h:55:125
unionSDLEvent* {.incompleteStruct.} = object
SDL_Window* = structsdlwindow ## Generated based on cimgui_impl.h:48:27
SDL_Event* = unionsdlevent ## Generated based on cimgui_impl.h:54:25
SDL_Renderer* = structsdlrenderer
ImDrawData* {.incompleteStruct.} = object

enum_ImGui_implSDL2_GamepadMode* {.size: sizeof(cuint).} = enum
ImGui_implSDl2_GamePadModeAutofirst = 0, ImGui_implSDL2_GamePadModeAutoAll = 1,
ImGui_implSDL2_GamePadModeManual = 2

0 comments on commit 7e78ea3

Please sign in to comment.