shithub: cstory

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