mirror of
https://github.com/EricPlayZ/EGameTools.git
synced 2025-07-19 01:47:50 +08:00
6 lines
68 B
C++
6 lines
68 B
C++
#pragma once
|
|
namespace impl {
|
|
namespace d3d12 {
|
|
void init();
|
|
}
|
|
} |