From 556cf073d61875368fe8511b75f5cb7db04ccb52 Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Wed, 19 Nov 2025 11:24:21 -0800 Subject: Use C++ modules --- hello/main.cc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'hello/main.cc') diff --git a/hello/main.cc b/hello/main.cc index 8e41d4b..47a2aba 100644 --- a/hello/main.cc +++ b/hello/main.cc @@ -1,14 +1,13 @@ #include -#include - -#include -#include -#include #include #include +import dxcommon; +import dxwindow; + using namespace dx; +using Microsoft::WRL::ComPtr; struct D3DSettings { -- cgit v1.2.3