mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00:00
Separate libslic3r code from slic3r application code
This commit is contained in:
11
xs/src/slic3r/GUI/GUI.hpp
Normal file
11
xs/src/slic3r/GUI/GUI.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef slic3r_GUI_hpp_
|
||||
#define slic3r_GUI_hpp_
|
||||
|
||||
namespace Slic3r { namespace GUI {
|
||||
|
||||
void disable_screensaver();
|
||||
void enable_screensaver();
|
||||
|
||||
} }
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user