0
0
forked from blender/blender
blender/source/blender/physics
Jacques Lucke 6f985574b7 Cleanup: take includes out of 'extern "C"' blocks
Surrounding includes with an 'extern "C"' block is not necessary anymore.
Also that made it harder to add any C++ code to some headers, or include headers
that have "optional" C++ code like `MEM_guardedalloc.h`.

I tested compilation on linux and windows (and got help from @LazyDodo).
If this still breaks compilation due to some linker error, the header containing
the symbol in question is probably missing an 'extern "C"' block.

Differential Revision: https://developer.blender.org/D7653
2020-05-08 18:22:41 +02:00
..
intern Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BPH_mass_spring.h Fix T30941: Add cloth air pressure simulation 2019-11-27 15:01:15 +01:00
CMakeLists.txt CMake: Refactor external dependencies handling 2020-01-23 16:59:18 +01:00