@@ -6,7 +6,7 @@
#ifndef PANDA_H
#define PANDA_H
-#include <pandabase.h>
+#include "pandabase.h"
EXPCL_PANDA void init_libpanda();
#ifndef PANDACR_H
#define PANDACR_H
EXPCL_PANDACR void init_libpandacr();
#ifndef PANDADX8_H
#define PANDADX8_H
EXPCL_PANDADX void init_libpandadx8();
#ifndef PANDAEGG_H
#define PANDAEGG_H
EXPCL_PANDAEGG void init_libpandaegg();
#ifndef PANDAFX_H
#define PANDAFX_H
EXPCL_PANDAFX void init_libpandafx();
#ifndef PANDAGL_H
#define PANDAGL_H
EXPCL_PANDAGL void init_libpandagl();
#ifndef PANDAPHYSICS_H
#define PANDAPHYSICS_H
EXPCL_PANDAPHYSICS void init_libpandaphysics();
@@ -19,8 +19,8 @@
#ifndef __CONFIG_AUDIO_H__
#define __CONFIG_AUDIO_H__
-#include <notifyCategoryProxy.h>
+#include "notifyCategoryProxy.h"
#ifdef WIN32_VC
#pragma warning (disable : 4231)
@@ -16,7 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#include "audio.h"
#include "config_audio.h"
@@ -17,7 +17,7 @@
#ifdef HAVE_FMOD //[
#include "fmodAudioSound.h"
@@ -20,7 +20,7 @@
#ifndef __FMOD_AUDIO_SOUND_H__
#define __FMOD_AUDIO_SOUND_H__
#include "audioSound.h"
#ifndef __MILES_AUDIO_SOUND_H__
#define __MILES_AUDIO_SOUND_H__
#ifdef HAVE_RAD_MSS //[
@@ -18,7 +18,7 @@
#ifndef MESHERCONFIG_H
#define MESHERCONFIG_H
// This is just a file to declare a definition or two global to the
// mesher compilation.
@@ -19,7 +19,7 @@
#ifndef MESHEREDGE_H
#define MESHEREDGE_H
#include "mesherConfig.h"
#include "builderBucket.h"
#ifndef ANIMCHANNELFIXED_H
#define ANIMCHANNELFIXED_H
#include "animChannel.h"
#ifndef MOVINGPART_H
#define MOVINGPART_H
#include "movingPartBase.h"