Lumiera  0.pre.03
»edit your freedom«
jack-output.hpp
Go to the documentation of this file.
1 /*
2  JACK-OUTPUT.hpp - Jack audio connection client
3 
4  Copyright (C)
5  2011, Hermann Vosseler <Ichthyostega@web.de>
6 
7   **Lumiera** is free software; you can redistribute it and/or modify it
8   under the terms of the GNU General Public License as published by the
9   Free Software Foundation; either version 2 of the License, or (at your
10   option) any later version. See the file COPYING for further details.
11 
12 */
13 
24 #ifndef STEAM_PLAY_SOUND_JACK_OUTPUT_H
25 #define STEAM_PLAY_SOUND_JACK_OUTPUT_H
26 
27 
28 //#include "include/display-facade.h"
29 //#include "common/instancehandle.hpp"
30 //#include "lib/singleton-ref.hpp"
31 //#include "lib/scoped-ptrvect.hpp"
32 //
33 //#include <glibmm.h>
34 //#include <sigc++/sigc++.h>
35 //#include <string>
36 //#include <vector>
37 
38 
39 namespace steam {
40 namespace play {
41 namespace sound {
42 
43 
44 }}} // namespace steam::play::sound
45 #endif
Steam-Layer implementation namespace root.