Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Strings.hpp « slic3r « src « xs - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b267fe0641f9cc5826c9ab754c426047d48f0add (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef STRINGS_HPP
#define STRINGS_HPP

#include "GUI/GUI.hpp"

namespace Slic3r {
using string = wxString;
}

#endif // STRINGS_HPP