From fba8184491e0b7ae6fab7ac01b4600d230dc4569 Mon Sep 17 00:00:00 2001 From: marsunet Date: Tue, 21 Dec 2021 17:04:22 -0800 Subject: Initial commit with window demo. --- dxcommon/src/dxcommon.cc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dxcommon/src/dxcommon.cc (limited to 'dxcommon/src/dxcommon.cc') diff --git a/dxcommon/src/dxcommon.cc b/dxcommon/src/dxcommon.cc new file mode 100644 index 0000000..841ebcd --- /dev/null +++ b/dxcommon/src/dxcommon.cc @@ -0,0 +1,8 @@ +#include "dxcommon.h" + +namespace dx +{ + +char exception::m_error[1024]; + +} // namespace dx -- cgit v1.2.3