10 lines
114 B
C++
10 lines
114 B
C++
#pragma once
|
|
|
|
namespace stubdrm
|
|
{
|
|
bool patch();
|
|
bool restore();
|
|
|
|
void set_cleanup_cb(void (*fn)());
|
|
}
|