]> git.sesse.net Git - casparcg/blob - core/fwd.h
[README] Updated for 2.1.0 Beta 1
[casparcg] / core / fwd.h
1 /*
2 * Copyright 2013 Sveriges Television AB http://casparcg.com/
3 *
4 * This file is part of CasparCG (www.casparcg.com).
5 *
6 * CasparCG is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * CasparCG is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with CasparCG. If not, see <http://www.gnu.org/licenses/>.
18 *
19 * Author: Robert Nagy, ronag89@gmail.com
20 */
21 #pragma once
22
23 #include <common/forward.h>
24
25 FORWARD2(caspar, accelerator, class accelerator);
26 FORWARD3(caspar, accelerator, ogl, class device);
27
28 FORWARD2(caspar, core, class stage);
29 FORWARD2(caspar, core, class mixer);
30 FORWARD2(caspar, core, class output);
31 FORWARD2(caspar, core, class image_mixer);
32 FORWARD2(caspar, core, struct video_format_desc);
33 FORWARD2(caspar, core, class frame_factory);
34 FORWARD2(caspar, core, class frame_producer);
35 FORWARD2(caspar, core, class frame_consumer);
36 FORWARD2(caspar, core, struct interaction_sink);
37 FORWARD2(caspar, core, class draw_frame);
38 FORWARD2(caspar, core, class mutable_frame);
39 FORWARD2(caspar, core, class const_frame);
40 FORWARD2(caspar, core, class video_channel);
41 FORWARD2(caspar, core, struct pixel_format_desc);
42 FORWARD2(caspar, core, struct media_info_repository);
43 FORWARD2(caspar, core, enum class field_mode);
44 FORWARD2(caspar, core, class thumbnail_generator);
45 FORWARD2(caspar, core, class system_info_provider_repository);
46 FORWARD2(caspar, core, class cg_producer_registry);
47 FORWARD2(caspar, core, struct frame_transform);
48 FORWARD2(caspar, core, struct write_frame_consumer);
49 FORWARD2(caspar, core, struct frame_producer_dependencies);
50 FORWARD2(caspar, core, class help_sink);
51 FORWARD2(caspar, core, class help_repository);
52 FORWARD2(caspar, core, struct module_dependencies);
53 FORWARD2(caspar, core, class frame_producer_registry);
54 FORWARD2(caspar, core, struct audio_channel_layout);
55 FORWARD2(caspar, core, class audio_channel_layout_repository);
56 FORWARD2(caspar, core, class audio_mix_config_repository);