mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
formatting
This commit is contained in:
parent
390744d664
commit
289824359b
@ -6,7 +6,7 @@
|
||||
#ifndef PANDA_H
|
||||
#define PANDA_H
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
|
||||
EXPCL_PANDA void init_libpanda();
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#ifndef PANDACR_H
|
||||
#define PANDACR_H
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
|
||||
EXPCL_PANDACR void init_libpandacr();
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#ifndef PANDADX8_H
|
||||
#define PANDADX8_H
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
|
||||
EXPCL_PANDADX void init_libpandadx8();
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#ifndef PANDAEGG_H
|
||||
#define PANDAEGG_H
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
|
||||
EXPCL_PANDAEGG void init_libpandaegg();
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#ifndef PANDAFX_H
|
||||
#define PANDAFX_H
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
|
||||
EXPCL_PANDAFX void init_libpandafx();
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#ifndef PANDAGL_H
|
||||
#define PANDAGL_H
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
|
||||
EXPCL_PANDAGL void init_libpandagl();
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#ifndef PANDAPHYSICS_H
|
||||
#define PANDAPHYSICS_H
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
|
||||
EXPCL_PANDAPHYSICS void init_libpandaphysics();
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
#ifndef __CONFIG_AUDIO_H__
|
||||
#define __CONFIG_AUDIO_H__
|
||||
|
||||
#include <pandabase.h>
|
||||
#include <notifyCategoryProxy.h>
|
||||
#include "pandabase.h"
|
||||
#include "notifyCategoryProxy.h"
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#pragma warning (disable : 4231)
|
||||
|
@ -16,7 +16,7 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
#include "audio.h"
|
||||
|
||||
#include "config_audio.h"
|
||||
|
@ -17,7 +17,7 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
#ifdef HAVE_FMOD //[
|
||||
|
||||
#include "fmodAudioSound.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef __FMOD_AUDIO_SOUND_H__
|
||||
#define __FMOD_AUDIO_SOUND_H__
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
#ifdef HAVE_FMOD //[
|
||||
|
||||
#include "audioSound.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef __MILES_AUDIO_SOUND_H__
|
||||
#define __MILES_AUDIO_SOUND_H__
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
#ifdef HAVE_RAD_MSS //[
|
||||
|
||||
#include "audioSound.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#ifndef 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
|
||||
// mesher compilation.
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef MESHEREDGE_H
|
||||
#define MESHEREDGE_H
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
|
||||
#include "mesherConfig.h"
|
||||
#include "builderBucket.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef ANIMCHANNELFIXED_H
|
||||
#define ANIMCHANNELFIXED_H
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
|
||||
#include "animChannel.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef MOVINGPART_H
|
||||
#define MOVINGPART_H
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "pandabase.h"
|
||||
|
||||
#include "movingPartBase.h"
|
||||
#include "animChannel.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user