summaryrefslogtreecommitdiff
path: root/src/T2DLL/CResourcePlugin.h
blob: 8153236747f138bf3cb66ee8c531cc7e50bac1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once
#include "common.h"
#include "CFilePlugin.h"

class AFX_CLASS_EXPORT CResourcePlugin : public CFilePlugin {
public:
	CResourcePlugin(DWORD type, T2PluginSpecifier& specifier);
	virtual ~CResourcePlugin();

	virtual DWORD GetPluginStyle() { return 'RPlg'; }

protected:
	int m68; // unknown
};