summaryrefslogtreecommitdiffstats
path: root/src/fakerw/rwcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fakerw/rwcore.h')
-rw-r--r--src/fakerw/rwcore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fakerw/rwcore.h b/src/fakerw/rwcore.h
index 31bc5541..e5d21865 100644
--- a/src/fakerw/rwcore.h
+++ b/src/fakerw/rwcore.h
@@ -411,3 +411,5 @@ RwFrame *RwCameraGetFrame(const RwCamera *camera);
void RwD3D8EngineSetRefreshRate(RwUInt32 refreshRate);
RwBool RwD3D8DeviceSupportsDXTTexture(void);
+void RwD3D8EngineSetMultiSamplingLevels(RwUInt32 level);
+RwUInt32 RwD3D8EngineGetMaxMultiSamplingLevels(void);