assimp/code/AssetLib/DXF
Krishty 7b6dab5e20 reduced DXF string bloat
The DXF importer defined a global std::string constant, only to convert it back to a C string on use.

This commit defines the constant as a C string right away, thus saving 340 B of code and data.
2021-05-04 22:01:00 +02:00
..
DXFHelper.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
DXFLoader.cpp reduced DXF string bloat 2021-05-04 22:01:00 +02:00
DXFLoader.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00