You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*raylib-cpp* is a header-only library. This means in order to use it, you must link your project to [raylib](https://www.raylib.com/), and then include [`raylib-cpp.hpp`](raylib-cpp/include/raylib-cpp.hpp).
260
259
261
260
1. Set up a *raylib* project using the [build and install instructions](https://github.com/raysan5/raylib#build-and-installation)
262
-
2. Ensure C++ files are compiled with C++
261
+
2. Ensure `.cpp` files are compiled with C++
263
262
3. Download *raylib-cpp*
264
263
4. Include [`include/raylib-cpp.hpp`](include/raylib-cpp.hpp)
0 commit comments