PrusaSlicer-NonPlainar/src/admesh
Jason Tibbitts 197a1f95ff Relocate declaration of stl_internal_reverse_quads
On little-endian hosts, stl_internal_reverse_quads will be called before
it is declared.  Move the declaration up to the beginning of the file to
fix build breakage seen on an s390x host.
2019-09-24 08:54:35 +02:00
..
CMakeLists.txt
connect.cpp Undo / Redo memory conservation strategy: Release recoverable data 2019-07-18 11:51:06 +02:00
normals.cpp
shared.cpp
stl_io.cpp Another fix of admesh on big endian architectures, fixes #2879 2019-09-19 08:56:47 +02:00
stl.h Fixed couple of warnings 2019-09-02 16:27:48 +02:00
stlinit.cpp Relocate declaration of stl_internal_reverse_quads 2019-09-24 08:54:35 +02:00
util.cpp