mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 01:22:07 +00:00
Some code copied from xs-model branch.
Also:
* Generate ::Ref classes programatically.
* Add separate __REGISTER_CLASS macro
(for use where forward declaration won't work, i.e. typedefs)
14 lines
162 B
C++
14 lines
162 B
C++
#include "StringMap.hpp"
|
|
#ifdef SLIC3RXS
|
|
#include "perlglue.hpp"
|
|
#endif
|
|
|
|
|
|
namespace Slic3r {
|
|
|
|
#ifdef SLIC3RXS
|
|
__REGISTER_CLASS(StringMap, "StringMap");
|
|
#endif
|
|
|
|
}
|