mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	
				with their original names. Using weird shorthands makes the code unreadable for anyone but the original author. template<class T> using shptr = std::shared_ptr<T>; template<class T> using uqptr = std::unique_ptr<T>; template<class T> using wkptr = std::weak_ptr<T>;  | 
			||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Engine.cpp | ||
| Engine.hpp | ||
| main.cpp | ||
| ShaderCSGDisplay.cpp | ||
| ShaderCSGDisplay.hpp | ||