summaryrefslogtreecommitdiff
path: root/view/sharedcache/workflow/SharedCacheWorkflow.h
blob: fa94f513b3852d61dd287fb68a2e42089865d361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

class SharedCacheWorkflow
{
public:
	static void Register();
};

#ifdef __cplusplus
extern "C" {
#endif
	void RegisterSharedCacheWorkflow();
#ifdef __cplusplus
}
#endif