mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-16 03:03:40 +01:00
7 lines
90 B
C++
7 lines
90 B
C++
#pragma once
|
|
|
|
namespace selection_hook {
|
|
void init();
|
|
void enable();
|
|
void disable();
|
|
}
|