#pragma once #include "h-basic.h" struct alchemist_recipe { int sval_essence; byte tval; byte sval; byte qty; };