LunaHook-mirror/LunaHook/engine32/solfasys.h

37 lines
941 B
C
Raw Normal View History

2024-04-24 15:45:46 +08:00
#include"engine.h"
//https://vndb.org/v5183
//朝っぱらから発情家族
/*
{
BLOCK "StringFileInfo"
{
BLOCK "041104b0"
{
VALUE "Comments", "Solfa Novel System(Based on STUDIO SELDOM Adventure System Version 5.29/(c)AKIYAMA Kouhei)"
VALUE "CompanyName", "sol-fa-soft"
VALUE "FileDescription", "solfasys"
VALUE "FileVersion", "5, 29, 0, 0"
VALUE "InternalName", "solfasys"
VALUE "LegalCopyright", "sol-fa-soft"
VALUE "OriginalFilename", "solfasys.exe"
VALUE "ProductName", "solfa25"
VALUE "ProductVersion", "5, 29, 0, 0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x411, 1200
}
}
*/
class solfasys:public ENGINE{
public:
solfasys(){
check_by=CHECK_BY::RESOURCE_STR;
check_by_target=L"Solfa Novel System";
is_engine_certain=false;
};
bool attach_function();
};