Yes I did it again ;)

added the following 3 lines to everything in the intern dir:
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

Kent
--
mein@cs.umn.edu
This commit is contained in:
2002-11-25 09:53:07 +00:00
parent d44f2c6dcc
commit 0fbadc8eb7
237 changed files with 977 additions and 66 deletions

View File

@@ -39,6 +39,10 @@
#include "ACT_Action.h" #include "ACT_Action.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
ACT_Action::ACT_Action(const STR_String& name, bool applied) ACT_Action::ACT_Action(const STR_String& name, bool applied)
: m_name(name), m_applied(applied) : m_name(name), m_applied(applied)

View File

@@ -37,6 +37,10 @@
* @date April, 25, 2001 * @date April, 25, 2001
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "ACT_ActionC-Api.h" #include "ACT_ActionC-Api.h"
#include "ACT_ActionStack.h" #include "ACT_ActionStack.h"

View File

@@ -37,6 +37,10 @@
* @date March 31, 2001 * @date March 31, 2001
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "ACT_ActionStack.h" #include "ACT_ActionStack.h"

View File

@@ -37,6 +37,10 @@
* @date March 31, 2001 * @date March 31, 2001
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "ACT_ActionC-Api.h" #include "ACT_ActionC-Api.h"
#include "TestAction.h" #include "TestAction.h"

View File

@@ -39,6 +39,10 @@
#include <stdio.h> #include <stdio.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "TestAction.h" #include "TestAction.h"

View File

@@ -37,6 +37,10 @@
* @date March 31, 2001 * @date March 31, 2001
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "ACT_ActionStack.h" #include "ACT_ActionStack.h"
#include "TestAction.h" #include "TestAction.h"

View File

@@ -43,6 +43,10 @@
#ifndef __BMF_API_H #ifndef __BMF_API_H
#define __BMF_API_H #define __BMF_API_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

View File

@@ -39,6 +39,10 @@
#ifndef __BMF_FONTS_H #ifndef __BMF_FONTS_H
#define __BMF_FONTS_H #define __BMF_FONTS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_Settings.h" #include "BMF_Settings.h"
typedef enum typedef enum

View File

@@ -39,6 +39,10 @@
#ifndef __BMF_SETTINGS_H #ifndef __BMF_SETTINGS_H
#define __BMF_SETTINGS_H #define __BMF_SETTINGS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* This font is included always */ /* This font is included always */
#define BMF_INCLUDE_HELV10 1 #define BMF_INCLUDE_HELV10 1

View File

@@ -37,6 +37,10 @@
* Implementation of the API of the OpenGL bitmap font library. * Implementation of the API of the OpenGL bitmap font library.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_Api.h" #include "BMF_Api.h"
#include "BMF_BitmapFont.h" #include "BMF_BitmapFont.h"

View File

@@ -37,6 +37,10 @@
#include <string.h> #include <string.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#if defined(WIN32) || defined(__APPLE__) #if defined(WIN32) || defined(__APPLE__)
#ifdef WIN32 #ifdef WIN32
#if !defined(__CYGWIN32__) #if !defined(__CYGWIN32__)

View File

@@ -38,6 +38,10 @@
#ifndef __BMF_BITMAP_FONT_H #ifndef __BMF_BITMAP_FONT_H
#define __BMF_BITMAP_FONT_H #define __BMF_BITMAP_FONT_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_FontData.h" #include "BMF_FontData.h"
/** /**

View File

@@ -38,6 +38,10 @@
#ifndef __BMF_FONTDATA_H__ #ifndef __BMF_FONTDATA_H__
#define __BMF_FONTDATA_H__ #define __BMF_FONTDATA_H__
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef struct { typedef struct {
signed char width, height; signed char width, height;
signed char xorig, yorig; signed char xorig, yorig;

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_FontData.h" #include "BMF_FontData.h"
#include "BMF_Settings.h" #include "BMF_Settings.h"

View File

@@ -29,8 +29,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#include "BMF_FontData.h" #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_FontData.h"
#include "BMF_Settings.h" #include "BMF_Settings.h"
#if BMF_INCLUDE_HELV12 #if BMF_INCLUDE_HELV12

View File

@@ -29,8 +29,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#include "BMF_FontData.h" #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_FontData.h"
#include "BMF_Settings.h" #include "BMF_Settings.h"
#if BMF_INCLUDE_HELVB10 #if BMF_INCLUDE_HELVB10

View File

@@ -29,8 +29,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#include "BMF_FontData.h" #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_FontData.h"
#include "BMF_Settings.h" #include "BMF_Settings.h"
#if BMF_INCLUDE_HELVB12 #if BMF_INCLUDE_HELVB12

View File

@@ -29,8 +29,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#include "BMF_FontData.h" #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_FontData.h"
#include "BMF_Settings.h" #include "BMF_Settings.h"
#if BMF_INCLUDE_HELVB14 #if BMF_INCLUDE_HELVB14

View File

@@ -29,8 +29,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#include "BMF_FontData.h" #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_FontData.h"
#include "BMF_Settings.h" #include "BMF_Settings.h"
#if BMF_INCLUDE_HELVB8 #if BMF_INCLUDE_HELVB8

View File

@@ -29,8 +29,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#include "BMF_FontData.h" #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_FontData.h"
#include "BMF_Settings.h" #include "BMF_Settings.h"
#if BMF_INCLUDE_SCR12 #if BMF_INCLUDE_SCR12

View File

@@ -29,8 +29,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#include "BMF_FontData.h" #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_FontData.h"
#include "BMF_Settings.h" #include "BMF_Settings.h"
#if BMF_INCLUDE_SCR14 #if BMF_INCLUDE_SCR14

View File

@@ -29,8 +29,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#include "BMF_FontData.h" #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BMF_FontData.h"
#include "BMF_Settings.h" #include "BMF_Settings.h"
#if BMF_INCLUDE_SCR15 #if BMF_INCLUDE_SCR15

View File

@@ -40,6 +40,10 @@
#include <iostream> #include <iostream>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#if defined(WIN32) || defined(__APPLE__) #if defined(WIN32) || defined(__APPLE__)
#ifdef WIN32 #ifdef WIN32
#include <windows.h> #include <windows.h>

View File

@@ -33,6 +33,11 @@
#define CSG_BOOLEANOPS_H #define CSG_BOOLEANOPS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/** /**
* @section Interface structures for CSG module. * @section Interface structures for CSG module.
* This interface falls into 2 categories. * This interface falls into 2 categories.

View File

@@ -33,6 +33,10 @@
#define NAN_INCLUDED_CSGException_h #define NAN_INCLUDED_CSGException_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// stick in more error types as you think of them // stick in more error types as you think of them
enum BSP_ExceptionType{ enum BSP_ExceptionType{

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGHelper.h" #include "BSP_CSGHelper.h"
#include "BSP_CSGMesh.h" #include "BSP_CSGMesh.h"

View File

@@ -33,6 +33,11 @@
#define BSP_CSGHELPER_H #define BSP_CSGHELPER_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_CSGMesh; class BSP_CSGMesh;
class BSP_MeshFragment; class BSP_MeshFragment;

View File

@@ -33,6 +33,11 @@
#define BSP_CSGISplitter_h #define BSP_CSGISplitter_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_MeshFragment; class BSP_MeshFragment;
class BSP_CSGMesh; class BSP_CSGMesh;

View File

@@ -30,6 +30,9 @@
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGMesh.h" #include "BSP_CSGMesh.h"
#include "MT_assert.h" #include "MT_assert.h"

View File

@@ -33,6 +33,11 @@
#define NAN_INCLUDED_BSP_CSGMesh_h #define NAN_INCLUDED_BSP_CSGMesh_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_MeshPrimitives.h" #include "BSP_MeshPrimitives.h"
#include "MEM_SmartPtr.h" #include "MEM_SmartPtr.h"
#include "MEM_RefCountPtr.h" #include "MEM_RefCountPtr.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGMeshBuilder.h" #include "BSP_CSGMeshBuilder.h"

View File

@@ -33,6 +33,11 @@
#define BSP_CSGMeshBuilder_h #define BSP_CSGMeshBuilder_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "../extern/CSG_BooleanOps.h" #include "../extern/CSG_BooleanOps.h"
#include "BSP_CSGMesh.h" #include "BSP_CSGMesh.h"
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGMeshSplitter.h" #include "BSP_CSGMeshSplitter.h"
#include "BSP_CSGMesh.h" #include "BSP_CSGMesh.h"

View File

@@ -33,6 +33,11 @@
#define BSP_CSGMeshSplitter_h #define BSP_CSGMeshSplitter_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_MeshFragment; class BSP_MeshFragment;
class MT_Plane3; class MT_Plane3;
class BSP_CSGMesh; class BSP_CSGMesh;

View File

@@ -33,6 +33,11 @@
#define BSP_CSGMesh_CFIterator_h #define BSP_CSGMesh_CFIterator_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGMesh.h" #include "BSP_CSGMesh.h"
#include "../extern/CSG_BooleanOps.h" #include "../extern/CSG_BooleanOps.h"
/** /**

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGNCMeshSplitter.h" #include "BSP_CSGNCMeshSplitter.h"
#include "BSP_CSGMesh.h" #include "BSP_CSGMesh.h"

View File

@@ -33,6 +33,11 @@
#define BSP_CSGNCMeshSplitter_h #define BSP_CSGNCMeshSplitter_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_MeshFragment; class BSP_MeshFragment;
class MT_Plane3; class MT_Plane3;
class BSP_CSGMesh; class BSP_CSGMesh;

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGUserData.h" #include "BSP_CSGUserData.h"

View File

@@ -33,6 +33,11 @@
#define BSP_CSGUserData_h #define BSP_CSGUserData_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <vector> #include <vector>
/** /**

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_CSGMesh.h" #include "BSP_CSGMesh.h"
#include "BSP_FragNode.h" #include "BSP_FragNode.h"

View File

@@ -33,6 +33,11 @@
#define BSP_FragNode_h #define BSP_FragNode_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_FragTree.h" #include "BSP_FragTree.h"
#include "BSP_MeshFragment.h" #include "BSP_MeshFragment.h"
#include "MT_Plane3.h" #include "MT_Plane3.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_FragTree.h" #include "BSP_FragTree.h"
#include "BSP_FragNode.h" #include "BSP_FragNode.h"

View File

@@ -33,6 +33,11 @@
#define BSP_FragTree_h #define BSP_FragTree_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_FragNode; class BSP_FragNode;
#include "MEM_SmartPtr.h" #include "MEM_SmartPtr.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_MeshFragment.h" #include "BSP_MeshFragment.h"
#include "BSP_CSGMesh.h" #include "BSP_CSGMesh.h"

View File

@@ -33,9 +33,15 @@
#define NAN_INCLUDED_BSP_MeshFragment_h #define NAN_INCLUDED_BSP_MeshFragment_h
#define BSP_SPLIT_EPSILON MT_Scalar(1e-5) #define BSP_SPLIT_EPSILON MT_Scalar(1e-5)
#include <vector> #include <vector>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_MeshPrimitives.h" #include "BSP_MeshPrimitives.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_MeshPrimitives.h" #include "BSP_MeshPrimitives.h"
#include "MT_assert.h" #include "MT_assert.h"

View File

@@ -33,6 +33,11 @@
#define NAN_INCLUDED_BSP_MeshPrimitives #define NAN_INCLUDED_BSP_MeshPrimitives
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "CTR_TaggedIndex.h" #include "CTR_TaggedIndex.h"
#include "MT_Vector3.h" #include "MT_Vector3.h"
#include "MT_Plane3.h" #include "MT_Plane3.h"

View File

@@ -32,6 +32,11 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Plane3.h" #include "MT_Plane3.h"
#include "BSP_Triangulate.h" #include "BSP_Triangulate.h"
#include "MT_assert.h" #include "MT_assert.h"

View File

@@ -51,6 +51,11 @@
#include <vector> // Include STL vector class. #include <vector> // Include STL vector class.
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Point3.h" #include "MT_Point3.h"
#include "BSP_MeshPrimitives.h" #include "BSP_MeshPrimitives.h"

View File

@@ -34,6 +34,10 @@
* Implementation of external api for CSG part of BSP lib interface. * Implementation of external api for CSG part of BSP lib interface.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "../extern/CSG_BooleanOps.h" #include "../extern/CSG_BooleanOps.h"
#include "BSP_CSGMesh_CFIterator.h" #include "BSP_CSGMesh_CFIterator.h"
#include "BSP_CSGMeshBuilder.h" #include "BSP_CSGMeshBuilder.h"

View File

@@ -34,6 +34,9 @@
* $Id$ * $Id$
* Copyright (C) 2001 NaN Technologies B.V. * Copyright (C) 2001 NaN Technologies B.V.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#if defined(WIN32) || defined(__APPLE__) #if defined(WIN32) || defined(__APPLE__)
# ifdef WIN32 # ifdef WIN32

View File

@@ -33,6 +33,10 @@
#define BSP_GhostTest_h #define BSP_GhostTest_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_IEventConsumer.h" #include "GHOST_IEventConsumer.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_MeshDrawer.h" #include "BSP_MeshDrawer.h"
#include "BSP_TMesh.h" #include "BSP_TMesh.h"

View File

@@ -33,6 +33,11 @@
#define BSP_MeshDrawer_h #define BSP_MeshDrawer_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class BSP_TMesh; class BSP_TMesh;

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_PlyLoader.h" #include "BSP_PlyLoader.h"
#include "MT_Vector3.h" #include "MT_Vector3.h"

View File

@@ -33,6 +33,11 @@
#define BSP_PlyLoader_h #define BSP_PlyLoader_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_SmartPtr.h" #include "MEM_SmartPtr.h"
#include "BSP_TMesh.h" #include "BSP_TMesh.h"

View File

@@ -33,6 +33,11 @@
#define BSP_TMesh_h #define BSP_TMesh_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Point3.h" #include "MT_Point3.h"
#include "MT_Vector3.h" #include "MT_Vector3.h"
#include "MT_Transform.h" #include "MT_Transform.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "BSP_GhostTest3D.h" #include "BSP_GhostTest3D.h"
#include "BSP_TMesh.h" #include "BSP_TMesh.h"

View File

@@ -71,6 +71,10 @@ extern "C" {
#include <stdio.h> #include <stdio.h>
#include <stddef.h> #include <stddef.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define PLY_ASCII 1 /* ascii PLY file */ #define PLY_ASCII 1 /* ascii PLY file */
#define PLY_BINARY_BE 2 /* binary PLY file, big endian */ #define PLY_BINARY_BE 2 /* binary PLY file, big endian */
#define PLY_BINARY_LE 3 /* binary PLY file, little endian */ #define PLY_BINARY_LE 3 /* binary PLY file, little endian */

View File

@@ -70,6 +70,10 @@ WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
#include <string.h> #include <string.h>
#include "ply.h" #include "ply.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
char *type_names[] = { char *type_names[] = {
"invalid", "invalid",
"char", "short", "int", "char", "short", "int",

View File

@@ -64,6 +64,11 @@
#ifndef CTR_LIST_H #ifndef CTR_LIST_H
#define CTR_LIST_H #define CTR_LIST_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class CTR_Link { class CTR_Link {
public: public:
CTR_Link( CTR_Link(

View File

@@ -33,6 +33,10 @@
#define CTR_MAP_H #define CTR_MAP_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
template <class Key, class Value> template <class Key, class Value>
class CTR_Map { class CTR_Map {
private: private:

View File

@@ -50,6 +50,11 @@
#include <functional> #include <functional>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
enum { enum {
empty_tag = 0x0, empty_tag = 0x0,

View File

@@ -30,9 +30,13 @@
*/ */
#ifndef NAN_INCLUDED_LOD_TaggedSetOps_h #ifndef NAN_INCLUDED_LOD_TaggedSetOps_h
#define NAN_INCLUDED_LOD_TaggedSetOps_h #define NAN_INCLUDED_LOD_TaggedSetOps_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
#include <vector> #include <vector>

View File

@@ -48,6 +48,11 @@
#define NAN_INCLUDED_CTR_UHeap_h #define NAN_INCLUDED_CTR_UHeap_h
#include <vector> #include <vector>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
class CTR_UHeapable { class CTR_UHeapable {

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "CTR_List.h" #include "CTR_List.h"

View File

@@ -40,6 +40,9 @@
#ifndef NAN_INCLUDED_LOD_decimation_h #ifndef NAN_INCLUDED_LOD_decimation_h
#define NAN_INCLUDED_LOD_decimation_h #define NAN_INCLUDED_LOD_decimation_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View File

@@ -33,6 +33,11 @@
#define NAN_INCLUDED_LOD_DecimationClass_h #define NAN_INCLUDED_LOD_DecimationClass_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_SmartPtr.h" #include "MEM_SmartPtr.h"
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "LOD_EdgeCollapser.h" #include "LOD_EdgeCollapser.h"
#include "LOD_ManMesh2.h" #include "LOD_ManMesh2.h"

View File

@@ -33,6 +33,11 @@
#define NAN_INCLDUED_EgdeCollapser_h #define NAN_INCLDUED_EgdeCollapser_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
// This is a helper class that collapses edges of a 2 - manifold mesh. // This is a helper class that collapses edges of a 2 - manifold mesh.
#include "LOD_MeshPrimitives.h" #include "LOD_MeshPrimitives.h"

View File

@@ -38,6 +38,11 @@
#ifndef NAN_INCLUDED_LOD_ExternBufferEditor_h #ifndef NAN_INCLUDED_LOD_ExternBufferEditor_h
#define NAN_INCLUDED_LOD_ExternBufferEditor_h #define NAN_INCLUDED_LOD_ExternBufferEditor_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "LOD_MeshPrimitives.h" #include "LOD_MeshPrimitives.h"
#include <vector> #include <vector>
#include "LOD_ManMesh2.h" #include "LOD_ManMesh2.h"

View File

@@ -30,9 +30,12 @@
*/ */
#include "LOD_ExternNormalEditor.h" #include "LOD_ExternNormalEditor.h"
#include <vector> #include <vector>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
using namespace std; using namespace std;

View File

@@ -33,6 +33,11 @@
#define NAN_INCLUDED_ExternNormalEditor_h #define NAN_INCLUDED_ExternNormalEditor_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
#include "LOD_ManMesh2.h" #include "LOD_ManMesh2.h"
#include "MT_Vector3.h" #include "MT_Vector3.h"

View File

@@ -32,6 +32,9 @@
// implementation of LOD_FaceNormalEditor.h // implementation of LOD_FaceNormalEditor.h
/////////////////////////////////////// ///////////////////////////////////////
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "LOD_FaceNormalEditor.h" #include "LOD_FaceNormalEditor.h"

View File

@@ -33,6 +33,11 @@
#define NAN_INCLUDED_FaceNormalEditor_h #define NAN_INCLUDED_FaceNormalEditor_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
#include "LOD_ManMesh2.h" #include "LOD_ManMesh2.h"
#include "MT_Vector3.h" #include "MT_Vector3.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "LOD_ManMesh2.h" #include "LOD_ManMesh2.h"
#include "MT_assert.h" #include "MT_assert.h"

View File

@@ -33,6 +33,11 @@
#define NAN_INCLUDED_ManMesh2_h #define NAN_INCLUDED_ManMesh2_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "LOD_MeshPrimitives.h" #include "LOD_MeshPrimitives.h"
#include "MEM_SmartPtr.h" #include "MEM_SmartPtr.h"
#include <vector> #include <vector>

View File

@@ -33,6 +33,10 @@
#define NAN_INCLUDED_MeshBounds_h #define NAN_INCLUDED_MeshBounds_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_SmartPtr.h" #include "MEM_SmartPtr.h"
#include "LOD_MeshPrimitives.h" #include "LOD_MeshPrimitives.h"

View File

@@ -30,9 +30,11 @@
*/ */
#ifndef NAN_INCLUDED_MeshExceptions_h #ifndef NAN_INCLUDED_MeshExceptions_h
#define NAN_INCLUDED_MeshExceptions_h #define NAN_INCLUDED_MeshExceptions_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
class LOD_MeshException { class LOD_MeshException {

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "LOD_MeshPrimitives.h" #include "LOD_MeshPrimitives.h"
#include "MT_assert.h" #include "MT_assert.h"

View File

@@ -30,9 +30,12 @@
*/ */
#ifndef NAN_INCLUDED_MeshPrimitives_h #ifndef NAN_INCLUDED_MeshPrimitives_h
#define NAN_INCLUDED_MeshPrimitives_h #define NAN_INCLUDED_MeshPrimitives_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Vector3.h" #include "MT_Vector3.h"
#include "CTR_TaggedIndex.h" #include "CTR_TaggedIndex.h"
#include "CTR_UHeap.h" #include "CTR_UHeap.h"

View File

@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "LOD_QSDecimator.h" #include "LOD_QSDecimator.h"
#include "LOD_ExternBufferEditor.h" #include "LOD_ExternBufferEditor.h"

View File

@@ -30,9 +30,12 @@
*/ */
#ifndef NAN_INCLUDED_LOD_QSDecimator_H #ifndef NAN_INCLUDED_LOD_QSDecimator_H
#define NAN_INCLUDED_LOD_QSDecimator_H #define NAN_INCLUDED_LOD_QSDecimator_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
#include "LOD_ManMesh2.h" #include "LOD_ManMesh2.h"
#include "LOD_ExternNormalEditor.h" #include "LOD_ExternNormalEditor.h"

View File

@@ -30,9 +30,12 @@
*/ */
#ifndef NAN_INCLUDED_LOD_Quadric_h #ifndef NAN_INCLUDED_LOD_Quadric_h
#define NAN_INCLUDED_LOD_Quadric_h #define NAN_INCLUDED_LOD_Quadric_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MT_Vector3.h" #include "MT_Vector3.h"
#include "MT_Matrix3x3.h" #include "MT_Matrix3x3.h"

View File

@@ -29,8 +29,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK ***** * ***** END GPL/BL DUAL LICENSE BLOCK *****
*/ */
#include "LOD_QuadricEditor.h" #ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "LOD_QuadricEditor.h"
#include "LOD_ExternNormalEditor.h" #include "LOD_ExternNormalEditor.h"
// Creation // Creation

View File

@@ -30,9 +30,12 @@
*/ */
#ifndef NAN_INCLUDED_LOD_QuadricEditor_h #ifndef NAN_INCLUDED_LOD_QuadricEditor_h
#define NAN_INCLUDED_LOD_QuadricEditor_h #define NAN_INCLUDED_LOD_QuadricEditor_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "MEM_NonCopyable.h" #include "MEM_NonCopyable.h"
#include "LOD_ManMesh2.h" #include "LOD_ManMesh2.h"
#include "MT_Vector3.h" #include "MT_Vector3.h"

View File

@@ -30,7 +30,9 @@
*/ */
// implementation of external c api // implementation of external c api
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "../extern/LOD_decimation.h" #include "../extern/LOD_decimation.h"
#include "LOD_DecimationClass.h" #include "LOD_DecimationClass.h"

View File

@@ -30,11 +30,13 @@
*/ */
#ifndef GHOST_C_API_H #ifndef GHOST_C_API_H
#define GHOST_C_API_H #define GHOST_C_API_H
#include "GHOST_Types.h" #include "GHOST_Types.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View File

@@ -40,6 +40,10 @@
#ifndef _GHOST_IEVENT_H_ #ifndef _GHOST_IEVENT_H_
#define _GHOST_IEVENT_H_ #define _GHOST_IEVENT_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Types.h" #include "GHOST_Types.h"
class GHOST_IWindow; class GHOST_IWindow;

View File

@@ -40,6 +40,10 @@
#ifndef _GHOST_IEVENT_CONSUMER_H_ #ifndef _GHOST_IEVENT_CONSUMER_H_
#define _GHOST_IEVENT_CONSUMER_H_ #define _GHOST_IEVENT_CONSUMER_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_IEvent.h" #include "GHOST_IEvent.h"
/** /**

View File

@@ -40,6 +40,10 @@
#ifndef _GHOST_ISYSTEM_H_ #ifndef _GHOST_ISYSTEM_H_
#define _GHOST_ISYSTEM_H_ #define _GHOST_ISYSTEM_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Types.h" #include "GHOST_Types.h"
#include "GHOST_ITimerTask.h" #include "GHOST_ITimerTask.h"
#include "GHOST_IWindow.h" #include "GHOST_IWindow.h"

View File

@@ -40,6 +40,9 @@
#ifndef _GHOST_ITIMER_TASK_H_ #ifndef _GHOST_ITIMER_TASK_H_
#define _GHOST_ITIMER_TASK_H_ #define _GHOST_ITIMER_TASK_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Types.h" #include "GHOST_Types.h"

View File

@@ -40,6 +40,10 @@
#ifndef _GHOST_IWINDOW_H_ #ifndef _GHOST_IWINDOW_H_
#define _GHOST_IWINDOW_H_ #define _GHOST_IWINDOW_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "STR_String.h" #include "STR_String.h"
#include "GHOST_Rect.h" #include "GHOST_Rect.h"
#include "GHOST_Types.h" #include "GHOST_Types.h"

View File

@@ -40,6 +40,10 @@
#ifndef _H_GHOST_Rect #ifndef _H_GHOST_Rect
#define _H_GHOST_Rect #define _H_GHOST_Rect
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Types.h" #include "GHOST_Types.h"

View File

@@ -40,6 +40,10 @@
#ifndef _GHOST_TYPES_H_ #ifndef _GHOST_TYPES_H_
#define _GHOST_TYPES_H_ #define _GHOST_TYPES_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
typedef char GHOST_TInt8; typedef char GHOST_TInt8;
typedef unsigned char GHOST_TUns8; typedef unsigned char GHOST_TUns8;
typedef short GHOST_TInt16; typedef short GHOST_TInt16;

View File

@@ -39,6 +39,11 @@
#include "GHOST_Buttons.h" #include "GHOST_Buttons.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
GHOST_Buttons::GHOST_Buttons() GHOST_Buttons::GHOST_Buttons()
{ {

View File

@@ -40,6 +40,10 @@
#ifndef _GHOST_BUTTONS_H_ #ifndef _GHOST_BUTTONS_H_
#define _GHOST_BUTTONS_H_ #define _GHOST_BUTTONS_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Types.h" #include "GHOST_Types.h"

View File

@@ -40,6 +40,10 @@
#include <stdlib.h> #include <stdlib.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "intern/GHOST_Debug.h" #include "intern/GHOST_Debug.h"
#include "GHOST_C-api.h" #include "GHOST_C-api.h"
#include "GHOST_ISystem.h" #include "GHOST_ISystem.h"

View File

@@ -37,6 +37,10 @@
* @date October 25, 2001 * @date October 25, 2001
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_Debug.h" #include "GHOST_Debug.h"
#include "GHOST_C-api.h" #include "GHOST_C-api.h"
#include "GHOST_CallbackEventConsumer.h" #include "GHOST_CallbackEventConsumer.h"

View File

@@ -40,6 +40,10 @@
#ifndef _GHOST_CALLBACK_EVENT_CONSUMER_H_ #ifndef _GHOST_CALLBACK_EVENT_CONSUMER_H_
#define _GHOST_CALLBACK_EVENT_CONSUMER_H_ #define _GHOST_CALLBACK_EVENT_CONSUMER_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "GHOST_IEventConsumer.h" #include "GHOST_IEventConsumer.h"
#include "GHOST_C-api.h" #include "GHOST_C-api.h"

Some files were not shown because too many files have changed in this diff Show More