godot/thirdparty/vhacd
Martin Liska dd0077b963 Fix building VHACD with GCC 13.
Fixes the following error:
thirdparty/vhacd/inc/vhacdICHull.h:46:31: error: 'uint32_t' does not name a type
   46 |     ICHullError Process(const uint32_t nPointsCH, const double minVolume = 0.0);
      |                               ^~~~~~~~

Note the upstream version of the third party library is not affected.

(cherry picked from commit a648d831a9)
2022-09-20 10:26:17 +02:00
..
inc Fix building VHACD with GCC 13. 2022-09-20 10:26:17 +02:00
public Bundled VHACD library for convex decomposition. 2019-04-10 17:47:28 -03:00
src vhacd: Sync with upstream b07958e 2019-11-12 09:24:09 +01:00
0001-bullet-namespace.patch
0002-fpermissive-fix.patch
0003-fix-musl-build.patch
0004-fix-uwp-arm-build.patch
0005-fix-scale-calculation.patch
0006-fix-gcc13.patch Fix building VHACD with GCC 13. 2022-09-20 10:26:17 +02:00
LICENSE