10 lines
147 B
C++
10 lines
147 B
C++
#ifndef DEBASHIFY_HPP
|
|
#define DEBASHIFY_HPP
|
|
|
|
#include "struc.hpp"
|
|
|
|
bool r_debashify(_obj* o);
|
|
|
|
void debashify(shmain* sh);
|
|
|
|
#endif //DEBASHIFY_HPP
|