music-field/include/type.hpp

20 lines
293 B
C++
Raw Normal View History

2018-12-25 13:41:30 +00:00
#ifndef type_h
#define type_h
#include <iostream>
#include <stdint.h>
#include <cmath>
#include <time.h>
#ifdef __APPLE__
#include <OpenGL/OpenGL.h>
#include <GLUT/GLUT.h>
#include <sys/time.h>
#include <unistd.h>
#endif
#include <vector>
#include <list>
#include <map>
#endif /* type_h */