mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
build win32
This commit is contained in:
parent
e6caefca84
commit
a0fba3616f
@ -26,6 +26,10 @@
|
|||||||
#include "pset.h"
|
#include "pset.h"
|
||||||
#include "pmutex.h"
|
#include "pmutex.h"
|
||||||
|
|
||||||
|
#ifndef UINTa
|
||||||
|
#define UINTa U32
|
||||||
|
#endif
|
||||||
|
|
||||||
class MilesAudioSample;
|
class MilesAudioSample;
|
||||||
class MilesAudioSequence;
|
class MilesAudioSequence;
|
||||||
|
|
||||||
|
@ -531,7 +531,7 @@ output(ostream &out) const {
|
|||||||
void MilesAudioManager::
|
void MilesAudioManager::
|
||||||
write(ostream &out) const {
|
write(ostream &out) const {
|
||||||
out << (*this) << "\n";
|
out << (*this) << "\n";
|
||||||
AudioSet::iterator ai;
|
AudioSet::const_iterator ai;
|
||||||
for (ai = _sounds_on_loan.begin(); ai != _sounds_on_loan.end(); ++ai) {
|
for (ai = _sounds_on_loan.begin(); ai != _sounds_on_loan.end(); ++ai) {
|
||||||
MilesAudioSound *sound = (*ai);
|
MilesAudioSound *sound = (*ai);
|
||||||
out << " " << *sound << "\n";
|
out << " " << *sound << "\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user