#ifndef DEBASHIFY_HPP #define DEBASHIFY_HPP #include "struc.hpp" bool r_debashify(_obj* o); void debashify(shmain* sh); #endif //DEBASHIFY_HPP