Skip to content

Commit

Permalink
Merge pull request #263 from Bigfoot71/patch-1
Browse files Browse the repository at this point in the history
Fix a recursive Mesh include in Model.hpp
  • Loading branch information
RobLoach authored Oct 20, 2023
2 parents 7e96e37 + ac1e249 commit 6ac380b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

#include "./raylib.hpp"
#include "./raylib-cpp-utils.hpp"
#include "./Mesh.hpp"
#include "./RaylibException.hpp"

namespace raylib {
class Mesh;
/**
* Model type
*/
Expand Down

0 comments on commit 6ac380b

Please sign in to comment.