refactor(furvm): remove function from fwd.hpp
This commit is contained in:
@@ -46,20 +46,6 @@ enum class instruction_t : byte;
|
|||||||
*/
|
*/
|
||||||
struct instruction;
|
struct instruction;
|
||||||
|
|
||||||
// function.hpp
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @class function
|
|
||||||
* @brief Function.
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* A furvm function.
|
|
||||||
*/
|
|
||||||
class function {
|
|
||||||
public:
|
|
||||||
private:
|
|
||||||
};
|
|
||||||
|
|
||||||
// module.hpp
|
// module.hpp
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user