7 lines
86 B
C
7 lines
86 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
namespace games::qks {
|
||
|
void bi2x_hook_init();
|
||
|
}
|