Files
OrcaSlicer-bambulab/xs/src/slic3r/Strings.hpp
T

11 lines
134 B
C++
Raw Normal View History

2018-07-03 10:22:55 +02:00
#ifndef STRINGS_HPP
#define STRINGS_HPP
#include "GUI/GUI.hpp"
namespace Slic3r {
using string = wxString;
}
#endif // STRINGS_HPP