FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
server/shadow/shadow.h
1
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
36extern "C"
37{
38#endif
39
40#ifdef __cplusplus
41}
42#endif
43
44#endif /* FREERDP_SERVER_SHADOW_SHADOW_H */