summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/Gaming/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/Gaming/mod.rs')
-rw-r--r--vendor/windows-sys/src/Windows/Gaming/mod.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/windows-sys/src/Windows/Gaming/mod.rs b/vendor/windows-sys/src/Windows/Gaming/mod.rs
new file mode 100644
index 000000000..1f7b2b9ec
--- /dev/null
+++ b/vendor/windows-sys/src/Windows/Gaming/mod.rs
@@ -0,0 +1,8 @@
+#[cfg(feature = "Gaming_Input")]
+pub mod Input;
+#[cfg(feature = "Gaming_Preview")]
+pub mod Preview;
+#[cfg(feature = "Gaming_UI")]
+pub mod UI;
+#[cfg(feature = "Gaming_XboxLive")]
+pub mod XboxLive;