From 35cb5d1cfc163b95f48a2bc4f1f22bbff6e9e109 Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Mon, 3 Apr 2023 11:54:50 -0400 Subject: Integrate sheet knowledge into the repo (#9) * boot splits * code file splits * functions from sheets * symbols from the sheet * bootstrap headers * common_data * most segments * headers for boot files * add overlays as placeholders * unname _os files * named a few files * code headers * typo * Disassemble every overlay * bootstrap symbol_addrs_overlays.txt * split yamls --------- Co-authored-by: Derek Hensley --- include/syncprintf.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/syncprintf.h (limited to 'include/syncprintf.h') diff --git a/include/syncprintf.h b/include/syncprintf.h new file mode 100644 index 0000000..5ca9844 --- /dev/null +++ b/include/syncprintf.h @@ -0,0 +1,10 @@ +#ifndef SYNC_PRINTF_H +#define SYNC_PRINTF_H + +#include "ultra64.h" + +// void __osSyncVPrintf(); +// void osSyncPrintf(); +// void rmonPrintf(); + +#endif -- cgit v1.2.3