summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Video.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Video.h')
-rw-r--r--StarsEx/Video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/StarsEx/Video.h b/StarsEx/Video.h
index a35a32e..8729581 100644
--- a/StarsEx/Video.h
+++ b/StarsEx/Video.h
@@ -151,6 +151,8 @@ public:
virtual int ZDepth() const { return 0; }
virtual DWORD VidMemFree() const { return 0; }
virtual int D3DLevel() const { return 0; }
+ virtual void RequestTexSize(int size) { }
+ virtual int TexSize() const { return 256; }
virtual int MaxTexSize() const { return 256; }
virtual int MaxTexAspect() const { return 0; }
virtual int GammaLevel() const { return 190; }