summaryrefslogtreecommitdiff
path: root/include/d/snd/d_snd_actor.h
blob: d07a8b5defbece31bf6f397bc888a607b33d125a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef D_SND_3D_ACTOR_H
#define D_SND_3D_ACTOR_H

#include "nw4r/snd/snd_SoundActor.h"

class dSndActor_c : public nw4r::snd::SoundActor {
public:
    dSndActor_c(nw4r::snd::SoundArchivePlayer &rPlayer);

private:
    void doesSomethingWithForeachSound();
};

#endif