summaryrefslogtreecommitdiff
path: root/libs/pbd3/pbd/platform_factory.h
blob: d5255ea212770aace39a4274dd87079b81a43e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __platform_factory__
#define __platform_factory__

#include <pbd/platform.h>

class PlatformFactory {
public:
	static Platform* create_platform ();
};


#endif // __platform_factory__