shithub: cstory

ref: e094f2ff6818c0b05cbd559e668295cd307c3e6c
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);