summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/winmain.h
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2016-03-15 05:17:38 +0100
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2016-03-15 05:17:38 +0100
commitb212e5dc2ef472f3ac449377fd00c6b7b824de85 (patch)
treeb204e93d83ca3a362d57c302e00621916c8a10fd /src/osd/windows/winmain.h
parent9c33c40b824b7db5a484d1c2633ecadbd6d48a03 (diff)
Add most of the rest of the D3D HLSL chain, nw
Diffstat (limited to 'src/osd/windows/winmain.h')
-rw-r--r--src/osd/windows/winmain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osd/windows/winmain.h b/src/osd/windows/winmain.h
index 9869f3bfecf..8855e191b90 100644
--- a/src/osd/windows/winmain.h
+++ b/src/osd/windows/winmain.h
@@ -296,6 +296,8 @@ public:
windows_options &options() { return m_options; }
+ int window_count();
+
private:
virtual void osd_exit() override;
void build_slider_list();