raylib-sys 5.5.1

Raw FFI bindings for Raylib
Documentation
1
2
3
4
5
6
7
8
9
10
11
/* Decoy imgui.h because bindgen can't actually (and shouldn't actually) bind a
 * C++ file*/

#ifndef IMGUI_DECOY
#define IMGUI_DECOY

#define IMGUI_IMPL_API
typedef struct ImVec2 ImVec2;
typedef struct ImGuiContext ImGuiContext;

#endif