diff options
| author | marsunet <marc.sunet@amd.com> | 2021-12-21 17:04:22 -0800 |
|---|---|---|
| committer | marsunet <marc.sunet@amd.com> | 2021-12-21 17:04:22 -0800 |
| commit | fba8184491e0b7ae6fab7ac01b4600d230dc4569 (patch) | |
| tree | c13194764867a4ad8f46702356b22dccc1e56dd3 /dxcommon/src | |
| parent | 8b1583b65d77188ef35a89e75f145f29c3e3b5d7 (diff) | |
Diffstat (limited to 'dxcommon/src')
| -rw-r--r-- | dxcommon/src/dxcommon.cc | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
| 1 | #include "dxcommon.h" | ||
| 2 | |||
| 3 | namespace dx | ||
| 4 | { | ||
| 5 | |||
| 6 | char exception::m_error[1024]; | ||
| 7 | |||
| 8 | } // namespace dx | ||
