Move everything into the Slic3r namespace. #1301

This commit is contained in:
Alessandro Ranellucci 2013-07-07 22:36:14 +02:00
parent 6f6ee40dae
commit 98726fdef4
6 changed files with 23 additions and 0 deletions

View file

@ -8,6 +8,8 @@ extern "C" {
#include "ppport.h"
}
namespace Slic3r {
class ZTable
{
public:
@ -21,4 +23,6 @@ ZTable::ZTable(std::vector<unsigned int>* ztable) :
{
}
}
#endif