|
Katana Plug-in APIs 0.1
|
00001 // Copyright (c) 2012 The Foundry Visionmongers Ltd. All Rights Reserved. 00002 00003 #ifndef FN_KATANA_DISPLAY_DRIVER_H 00004 #define FN_KATANA_DISPLAY_DRIVER_H 00005 00006 /* 00007 * Message Definitions for on-the-wire format and base Message class that 00008 * handles low level message sending. 00009 */ 00010 #include "Message.h" 00011 00012 /* 00013 * Interface to the client side of communication channel & utility singleton 00014 */ 00015 #include "KatanaPipe.h" 00016 #include "KatanaPipeSingleton.h" 00017 00018 /* 00019 * Wrappers around on-the-wire messages. 00020 */ 00021 #include "CloseMessage.h" 00022 #include "DataMessage.h" 00023 #include "NewChannelMessage.h" 00024 #include "NewFrameMessage.h" 00025 00026 /* 00027 * Display Driver host API. 00028 */ 00029 #include "FnDisplayDriver.h" 00030 00031 #endif
1.7.3