1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00
Files
OrcaSlicer-bambulab/xs/src/slic3r/Strings.hpp
T
2018-07-03 10:22:55 +02:00

11 lines
134 B
C++

#ifndef STRINGS_HPP
#define STRINGS_HPP
#include "GUI/GUI.hpp"
namespace Slic3r {
using string = wxString;
}
#endif // STRINGS_HPP