mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-24 13:29:24 -07:00
11 lines
134 B
C++
11 lines
134 B
C++
#ifndef STRINGS_HPP
|
|
#define STRINGS_HPP
|
|
|
|
#include "GUI/GUI.hpp"
|
|
|
|
namespace Slic3r {
|
|
using string = wxString;
|
|
}
|
|
|
|
#endif // STRINGS_HPP
|