5 lines
71 B
C++
5 lines
71 B
C++
#pragma once
|
|
|
|
namespace games::drs {
|
|
void init_rgb_camera_hook();
|
|
} |