Skip to content

Commit 6ac380b

Browse files
authored
Merge pull request #263 from Bigfoot71/patch-1
Fix a recursive Mesh include in Model.hpp
2 parents 7e96e37 + ac1e249 commit 6ac380b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Model.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
#include "./raylib.hpp"
77
#include "./raylib-cpp-utils.hpp"
8-
#include "./Mesh.hpp"
98
#include "./RaylibException.hpp"
109

1110
namespace raylib {
11+
class Mesh;
1212
/**
1313
* Model type
1414
*/

0 commit comments

Comments
 (0)