From f439828dc068974ddc161cc3469ac489a93bbabc Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sat, 23 Dec 2023 17:04:05 -0700 Subject: Working on the web assembly openglES issue --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index e764393..baa7f96 100644 --- a/src/util.h +++ b/src/util.h @@ -29,4 +29,6 @@ bool checkTriangleCollision3D(const Triangle3D triangleA, const Triangle3D trian void copyTriangle3D(Triangle3D a, const Triangle3D b); +void drawModelWireframe(Model model, Vector3 position, Quaternion rotation, Color color); + #endif -- cgit v1.2.3