OctaCore/src/shared/cube.hh

9 lines
108 B
C++

#ifndef __CUBE_H__
#define __CUBE_H__
#include "tools.hh"
#include "geom.hh"
#include "command.hh"
#endif