mirror of
https://github.com/meekrosoft/fff
synced 2026-01-23 00:15:59 +01:00
Merge pull request #20 from usr42/master
Fix for issue 13: Add function prototype to DECLARE_* macro
This commit is contained in:
@@ -267,6 +267,7 @@ def output_variables(arg_count, has_varargs, is_value_function)
|
||||
}
|
||||
putd "extern FUNCNAME##_Fake FUNCNAME##_fake;\\"
|
||||
putd "void FUNCNAME##_reset(void); \\"
|
||||
putd function_signature(arg_count, has_varargs, is_value_function) + "; \\"
|
||||
end
|
||||
|
||||
#example: ARG0_TYPE arg0, ARG1_TYPE arg1
|
||||
|
||||
Reference in New Issue
Block a user