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