shithub: cstory

ref: b56a49a1d590e4a1efac0ea93af08faee746daa2
dir: /src/Generic.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

BOOL GetCompileVersion(int *v1, int *v2, int *v3, int *v4);
long GetFileSizeLong(const char *path);
BOOL CheckFileExists(const char *name);
BOOL IsShiftJIS(unsigned char c);