spicetools/hooks/lang.h

8 lines
111 B
C++

#pragma once
namespace hooks::lang {
void early_init();
void init();
bool is_native_shiftjis();
}