diff options
Diffstat (limited to 'Src/Plugins/Input/in_swf/FlashDispInterface.h')
-rw-r--r-- | Src/Plugins/Input/in_swf/FlashDispInterface.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Src/Plugins/Input/in_swf/FlashDispInterface.h b/Src/Plugins/Input/in_swf/FlashDispInterface.h new file mode 100644 index 00000000..9cd3a600 --- /dev/null +++ b/Src/Plugins/Input/in_swf/FlashDispInterface.h @@ -0,0 +1,7 @@ +#pragma once +#include <wtypes.h> +class FlashDispInterface +{ +public: + virtual BSTR ExternalInterface_call(BSTR xml) = 0; +};
\ No newline at end of file |