mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
8 lines
111 B
C++
8 lines
111 B
C++
#pragma once
|
|
|
|
namespace hooks::lang {
|
|
void early_init();
|
|
void init();
|
|
bool is_native_shiftjis();
|
|
}
|