OctaCore/src/shared/cube.hh

22 lines
322 B
C++

#ifndef __CUBE_H__
#define __CUBE_H__
#include <math.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <stdarg.h>
#include <limits.h>
#include <float.h>
#include <assert.h>
#include <time.h>
#include "tools.hh"
#include "geom.hh"
#include "ents.hh"
#include "command.hh"
#endif