6 lines
65 B
C++
6 lines
65 B
C++
#pragma once
|
|
|
|
namespace games::pc {
|
|
void bi2x_hook_init();
|
|
}
|