1 /**
2  * FreeRDP: A Remote Desktop Protocol Implementation
3  *
4  * Copyright 2014 Marc-Andre Moreau <marcandre.moreau@gmail.com>
5  *
6  * Licensed under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  *     http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  */
18 
19 #ifndef FREERDP_SERVER_SHADOW_SHADOW_H
20 #define FREERDP_SERVER_SHADOW_SHADOW_H
21 
22 #include <freerdp/server/shadow.h>
23 
24 #include "shadow_client.h"
25 #include "shadow_input.h"
26 #include "shadow_screen.h"
27 #include "shadow_surface.h"
28 #include "shadow_encoder.h"
29 #include "shadow_capture.h"
30 #include "shadow_channels.h"
31 #include "shadow_subsystem.h"
32 #include "shadow_lobby.h"
33 #include "shadow_mcevent.h"
34 
35 #ifdef __cplusplus
36 extern "C"
37 {
38 #endif
39 
40 #ifdef __cplusplus
41 }
42 #endif
43 
44 #endif /* FREERDP_SERVER_SHADOW_SHADOW_H */
45