OctaCore/src/shared/cube.hh

16 lines
206 B
C++

#ifndef __CUBE_H__
#define __CUBE_H__
#include <math.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "tools.hh"
#include "geom.hh"
#include "ents.hh"
#include "command.hh"
#endif