LunaHook-mirror/LunaHook/engine32/FrontWing.h

32 lines
825 B
C
Raw Normal View History

2024-05-06 23:30:27 +08:00
2024-04-28 04:22:00 +08:00
//https://vndb.org/v760
//魔界天使ジブリール
/*
BLOCK "StringFileInfo"
{
BLOCK "041104b0"
{
VALUE "Comments"
VALUE "CompanyName", "FrontWing Co.,LTD."
VALUE "FileDescription", "ADV"
VALUE "FileVersion", "1, 0, 0, 1"
VALUE "InternalName", "ADV2.1"
VALUE "LegalCopyright", "Copyright (C) 2002,2003 FrontWing"
VALUE "LegalTrademarks"
VALUE "OriginalFilename", "ADV.exe"
VALUE "PrivateBuild", "7d,3c,49,00"
VALUE "ProductName", "ADV"
VALUE "ProductVersion", "1, 0, 0, 1"
VALUE "SpecialBuild"
}
}
*/
class FrontWing:public ENGINE{
public:
FrontWing(){
check_by=CHECK_BY::RESOURCE_STR;
check_by_target=L"FrontWing Co.,LTD.";
};
bool attach_function();
};