aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Input/in_swf/FLVExternalInterface.h
blob: 01c79934f66dfd125101685d7085efeda564a6ad (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once
#include "FlashDispInterface.h"

class FLVExternalInterface : public FlashDispInterface
{
private:
	BSTR ExternalInterface_call(BSTR xml);
};