spicetools/hooks/lang.h

8 lines
111 B
C
Raw Permalink Normal View History

2024-08-28 15:10:34 +00:00
#pragma once
namespace hooks::lang {
void early_init();
void init();
bool is_native_shiftjis();
}