openMSX
Main Page
Namespaces
Classes
Files
File List
File Members
video
scalers
GLScalerFactory.hh
Go to the documentation of this file.
1
#ifndef GLSCALERFACTORY_HH
2
#define GLSCALERFACTORY_HH
3
4
#include <memory>
5
6
namespace
openmsx {
7
8
class
GLScaler;
9
class
RenderSettings;
10
11
namespace
GLScalerFactory
12
{
16
std::unique_ptr<GLScaler>
createScaler
(RenderSettings& renderSettings);
17
}
18
19
}
// namespace openmsx
20
21
#endif // GLSCALERFACTORY_HH
Generated on Sat May 25 2013 23:16:35 for openMSX by
1.8.1.2