File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 88#define BUILD_RAYLIB_CPP_MODULES
99#define RLCPPAPI
1010#define RAYMATH_IMPLEMENTATION
11- #include " ../include/ raylib-cpp.hpp"
11+ #include " raylib-cpp.hpp"
1212
1313#undef LIGHTGRAY
1414#undef GRAY
@@ -87,6 +87,29 @@ export namespace raylib {
8787 using raylib::Wave;
8888 using raylib::Window;
8989
90+ // Enums
91+ using ::ConfigFlags;
92+ using ::TraceLogLevel;
93+ using ::KeyboardKey;
94+ using ::MouseButton;
95+ using ::MouseCursor;
96+ using ::GamepadButton;
97+ using ::GamepadAxis;
98+ using ::MaterialMapIndex;
99+ using ::ShaderLocationIndex;
100+ using ::ShaderUniformDataType;
101+ using ::ShaderAttributeDataType;
102+ using ::PixelFormat;
103+ using ::TextureFilter;
104+ using ::TextureWrap;
105+ using ::CubemapLayout;
106+ using ::FontType;
107+ using ::BlendMode;
108+ using ::Gesture;
109+ using ::CameraMode;
110+ using ::CameraProjection;
111+ using ::NPatchLayout;
112+
90113 // From Functions.hpp
91114 using raylib::InitWindow;
92115 using raylib::SetWindowTitle;
You can’t perform that action at this time.
0 commit comments