You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stage-one/include/llodctor_pe.hpp

10 lines
191 B

#include "llodctor_base.hpp"
namespace llo::s1
{
class dctor_pe_t : public dctor_base_t
{
public:
bool generate( lloiff_t &iff ) override;
};
} // namespace llo::s1