OctaCore/src/shared/cube.hh

16 lines
206 B
C++
Raw Normal View History

2020-04-15 18:39:17 +02:00
#ifndef __CUBE_H__
#define __CUBE_H__
#include <math.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
2020-04-16 20:28:40 +02:00
#include "tools.hh"
#include "geom.hh"
#include "ents.hh"
#include "command.hh"
2020-04-15 18:39:17 +02:00
#endif