Ver Fonte

Documented the CPP_RTTI_ENABLED flag

Jorrit Rouwe há 10 meses atrás
pai
commit
2292c415a9
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Build/README.md

+ 1 - 0
Build/README.md

@@ -37,6 +37,7 @@ There are a number of user configurable defines that turn on/off certain feature
 		<li>JPH_OBJECT_STREAM - Includes the code to serialize physics data in the ObjectStream format (mostly used by the examples).</li>
 		<li>JPH_NO_FORCE_INLINE - Don't use force inlining but fall back to a regular 'inline'.</li>
 		<li>JPH_USE_STD_VECTOR - Use std::vector instead of Jolt's own Array class.</li>
+		<li>CPP_RTTI_ENABLED - Enable C++ RTTI for the library. Disabled by default.</li>
 	</ul>
 </details>