OctaCore/src/shared/cube.hh

10 lines
127 B
C++

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