Removed libraries.h
This commit is contained in:
parent
34cd34df8f
commit
046912cad7
@ -1,8 +1,11 @@
|
||||
#include "brushdef.hpp"
|
||||
#include "libraries.h"
|
||||
#include <cmath>
|
||||
#include <iomanip>
|
||||
|
||||
#define X 0
|
||||
#define Y 1
|
||||
#define Z 2
|
||||
|
||||
using namespace std;
|
||||
// e.g GTK Radiant or older level editors.
|
||||
void brushdef_gtk(std::stringstream &x, const vector<TPlanePoints> &y) {
|
||||
|
@ -1,47 +0,0 @@
|
||||
//
|
||||
// Author: Michael Cameron
|
||||
// Email: chronokun@hotmail.com
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __LIBRARIES_H__
|
||||
#define __LIBRARIES_H__
|
||||
|
||||
// Visual Leak Detector
|
||||
#if defined(DEBUG) || defined(_DEBUG)
|
||||
//#include <vld.h>
|
||||
#endif
|
||||
|
||||
// Platform Libraries
|
||||
#define NOMINMAX
|
||||
//#define WIN32_LEAN_AND_MEAN
|
||||
//#include <windows.h>
|
||||
|
||||
/* // Chronokun Libraries
|
||||
#include "ckmath/ckmath.h" */
|
||||
#include <Eigen/Core>
|
||||
#include <Eigen/Geometry>
|
||||
|
||||
|
||||
// C++ Libraries
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
#include <array>
|
||||
#include <fstream>
|
||||
#include <chrono>
|
||||
#include <ctime>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <locale>
|
||||
|
||||
// Vector access - since the data type has changed from struct to array.
|
||||
#define X 0
|
||||
#define Y 1
|
||||
#define Z 2
|
||||
|
||||
#endif
|
@ -1,5 +1,5 @@
|
||||
#include "libraries.h"
|
||||
#include "planes.h"
|
||||
#include <string>
|
||||
|
||||
//-------------------------------------------------------+
|
||||
// Component functions of fn 'GetPlanePoints'
|
||||
|
Loading…
Reference in New Issue
Block a user