adjust precomp hdrs

This commit is contained in:
cxgeorge 2001-06-04 03:31:15 +00:00
parent 44684d2121
commit e7d7f4e0d6
14 changed files with 122 additions and 6 deletions

View File

@ -16,9 +16,17 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "analogNode.h"
#include "config_device.h"
#endif
////////////////////////////////////////////////////////////////////
// Static variables
////////////////////////////////////////////////////////////////////

View File

@ -16,9 +16,19 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "buttonNode.h"
#include "config_device.h"
#endif
#include <buttonEventDataTransition.h>
////////////////////////////////////////////////////////////////////
// Static variables
////////////////////////////////////////////////////////////////////

View File

@ -16,9 +16,18 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "clientAnalogDevice.h"
#include <indent.h>
#endif
TypeHandle ClientAnalogDevice::_type_handle;

View File

@ -16,9 +16,17 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "clientBase.h"
#include "config_device.h"
#endif
TypeHandle ClientBase::_type_handle;
////////////////////////////////////////////////////////////////////

View File

@ -16,9 +16,18 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "clientButtonDevice.h"
#include <indent.h>
#endif
TypeHandle ClientButtonDevice::_type_handle;
////////////////////////////////////////////////////////////////////

View File

@ -16,9 +16,19 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "clientDevice.h"
#include "clientBase.h"
#include <indent.h>
#endif
TypeHandle ClientDevice::_type_handle;
////////////////////////////////////////////////////////////////////

View File

@ -16,9 +16,18 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "clientDialDevice.h"
#include <indent.h>
#endif
TypeHandle ClientDialDevice::_type_handle;

View File

@ -16,7 +16,14 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "clientTrackerDevice.h"
#endif
TypeHandle ClientTrackerDevice::_type_handle;

View File

@ -16,9 +16,29 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "config_device.h"
#include "analogNode.h"
#include "buttonNode.h"
#include "clientAnalogDevice.h"
#include "clientBase.h"
#include "clientButtonDevice.h"
#include "clientDevice.h"
#include "clientDialDevice.h"
#include "clientTrackerDevice.h"
#include "dialNode.h"
#include "mouse.h"
#include "trackerNode.h"
#endif
#include <dconfig.h>
Configure(config_device);
NotifyCategoryDef(device, "");

View File

@ -16,12 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#include <buttonEvent.h>
#include <buttonEventDataTransition.h>
#include <buttonHandle.h>
#include <dconfig.h>
#include <indent.h>
#include <mouseData.h>
#include "analogNode.h"
#include "buttonNode.h"
@ -34,7 +29,6 @@
#include "config_device.h"
#include "dialNode.h"
#include "mouse.h"
#include "trackerData.h"
#include "trackerNode.h"
#pragma hdrstop

View File

@ -16,9 +16,17 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "dialNode.h"
#include "config_device.h"
#endif
////////////////////////////////////////////////////////////////////
// Static variables
////////////////////////////////////////////////////////////////////

View File

@ -15,9 +15,20 @@
// panda3d@yahoogroups.com .
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "mouse.h"
#endif
#include <mouseData.h>
#include <buttonHandle.h>
#include <buttonEvent.h>
////////////////////////////////////////////////////////////////////
// Static variables
////////////////////////////////////////////////////////////////////

View File

@ -16,9 +16,14 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#include "trackerData.h"
////////////////////////////////////////////////////////////////////
// Function: TrackerData::Copy Assignment Operator
// Access: Public

View File

@ -16,9 +16,17 @@
//
////////////////////////////////////////////////////////////////////
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "device_headers.h"
#endif
#pragma hdrstop
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "trackerNode.h"
#include "config_device.h"
#endif
////////////////////////////////////////////////////////////////////
// Static variables
////////////////////////////////////////////////////////////////////