formatting

This commit is contained in:
Dave Schuyler 2003-10-28 00:16:47 +00:00
parent 390744d664
commit 289824359b
16 changed files with 17 additions and 17 deletions

View File

@ -6,7 +6,7 @@
#ifndef PANDA_H #ifndef PANDA_H
#define PANDA_H #define PANDA_H
#include <pandabase.h> #include "pandabase.h"
EXPCL_PANDA void init_libpanda(); EXPCL_PANDA void init_libpanda();

View File

@ -6,7 +6,7 @@
#ifndef PANDACR_H #ifndef PANDACR_H
#define PANDACR_H #define PANDACR_H
#include <pandabase.h> #include "pandabase.h"
EXPCL_PANDACR void init_libpandacr(); EXPCL_PANDACR void init_libpandacr();

View File

@ -6,7 +6,7 @@
#ifndef PANDADX8_H #ifndef PANDADX8_H
#define PANDADX8_H #define PANDADX8_H
#include <pandabase.h> #include "pandabase.h"
EXPCL_PANDADX void init_libpandadx8(); EXPCL_PANDADX void init_libpandadx8();

View File

@ -6,7 +6,7 @@
#ifndef PANDAEGG_H #ifndef PANDAEGG_H
#define PANDAEGG_H #define PANDAEGG_H
#include <pandabase.h> #include "pandabase.h"
EXPCL_PANDAEGG void init_libpandaegg(); EXPCL_PANDAEGG void init_libpandaegg();

View File

@ -6,7 +6,7 @@
#ifndef PANDAFX_H #ifndef PANDAFX_H
#define PANDAFX_H #define PANDAFX_H
#include <pandabase.h> #include "pandabase.h"
EXPCL_PANDAFX void init_libpandafx(); EXPCL_PANDAFX void init_libpandafx();

View File

@ -6,7 +6,7 @@
#ifndef PANDAGL_H #ifndef PANDAGL_H
#define PANDAGL_H #define PANDAGL_H
#include <pandabase.h> #include "pandabase.h"
EXPCL_PANDAGL void init_libpandagl(); EXPCL_PANDAGL void init_libpandagl();

View File

@ -6,7 +6,7 @@
#ifndef PANDAPHYSICS_H #ifndef PANDAPHYSICS_H
#define PANDAPHYSICS_H #define PANDAPHYSICS_H
#include <pandabase.h> #include "pandabase.h"
EXPCL_PANDAPHYSICS void init_libpandaphysics(); EXPCL_PANDAPHYSICS void init_libpandaphysics();

View File

@ -19,8 +19,8 @@
#ifndef __CONFIG_AUDIO_H__ #ifndef __CONFIG_AUDIO_H__
#define __CONFIG_AUDIO_H__ #define __CONFIG_AUDIO_H__
#include <pandabase.h> #include "pandabase.h"
#include <notifyCategoryProxy.h> #include "notifyCategoryProxy.h"
#ifdef WIN32_VC #ifdef WIN32_VC
#pragma warning (disable : 4231) #pragma warning (disable : 4231)

View File

@ -16,7 +16,7 @@
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include <pandabase.h> #include "pandabase.h"
#include "audio.h" #include "audio.h"
#include "config_audio.h" #include "config_audio.h"

View File

@ -17,7 +17,7 @@
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#include <pandabase.h> #include "pandabase.h"
#ifdef HAVE_FMOD //[ #ifdef HAVE_FMOD //[
#include "fmodAudioSound.h" #include "fmodAudioSound.h"

View File

@ -20,7 +20,7 @@
#ifndef __FMOD_AUDIO_SOUND_H__ #ifndef __FMOD_AUDIO_SOUND_H__
#define __FMOD_AUDIO_SOUND_H__ #define __FMOD_AUDIO_SOUND_H__
#include <pandabase.h> #include "pandabase.h"
#ifdef HAVE_FMOD //[ #ifdef HAVE_FMOD //[
#include "audioSound.h" #include "audioSound.h"

View File

@ -20,7 +20,7 @@
#ifndef __MILES_AUDIO_SOUND_H__ #ifndef __MILES_AUDIO_SOUND_H__
#define __MILES_AUDIO_SOUND_H__ #define __MILES_AUDIO_SOUND_H__
#include <pandabase.h> #include "pandabase.h"
#ifdef HAVE_RAD_MSS //[ #ifdef HAVE_RAD_MSS //[
#include "audioSound.h" #include "audioSound.h"

View File

@ -18,7 +18,7 @@
#ifndef MESHERCONFIG_H #ifndef MESHERCONFIG_H
#define MESHERCONFIG_H #define MESHERCONFIG_H
#include <pandabase.h> #include "pandabase.h"
// This is just a file to declare a definition or two global to the // This is just a file to declare a definition or two global to the
// mesher compilation. // mesher compilation.

View File

@ -19,7 +19,7 @@
#ifndef MESHEREDGE_H #ifndef MESHEREDGE_H
#define MESHEREDGE_H #define MESHEREDGE_H
#include <pandabase.h> #include "pandabase.h"
#include "mesherConfig.h" #include "mesherConfig.h"
#include "builderBucket.h" #include "builderBucket.h"

View File

@ -19,7 +19,7 @@
#ifndef ANIMCHANNELFIXED_H #ifndef ANIMCHANNELFIXED_H
#define ANIMCHANNELFIXED_H #define ANIMCHANNELFIXED_H
#include <pandabase.h> #include "pandabase.h"
#include "animChannel.h" #include "animChannel.h"

View File

@ -19,7 +19,7 @@
#ifndef MOVINGPART_H #ifndef MOVINGPART_H
#define MOVINGPART_H #define MOVINGPART_H
#include <pandabase.h> #include "pandabase.h"
#include "movingPartBase.h" #include "movingPartBase.h"
#include "animChannel.h" #include "animChannel.h"