summaryrefslogtreecommitdiff
path: root/src/code/graph.c
diff options
context:
space:
mode:
authorRoman971 <32455037+Roman971@users.noreply.github.com>2022-06-13 01:24:45 +0200
committerGitHub <noreply@github.com>2022-06-12 19:24:45 -0400
commitfeadb0d9ee54ecf9db8d8eaea03f5565e2011271 (patch)
tree9c5edc44deec6b288719679564c39fade27c0009 /src/code/graph.c
parent4cb1c3345f3134670537682f4ada2c2a5bdc5a13 (diff)
Enable more IDO warnings and apply fixes (#1264)
* Update asm-processor and fix includes with EARLY * Enable more IDO warnings and disable unwanted warning 516 * Fix most new and remaining warnings * Improve skelanime comment * Improve asmproc pragma comment Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> * Add suggested comment for a wrong prototype * Update asm-processor with the latest fix Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
Diffstat (limited to 'src/code/graph.c')
-rw-r--r--src/code/graph.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/code/graph.c b/src/code/graph.c
index f70663b59..98b1bcaf6 100644
--- a/src/code/graph.c
+++ b/src/code/graph.c
@@ -31,6 +31,9 @@ void Graph_FaultClient(void) {
osViSwapBuffer(nextFb);
}
+// TODO: merge Gfx and GfxMod to make this function's arguments consistent
+void UCodeDisas_Disassemble(UCodeDisas*, Gfx*);
+
void Graph_DisassembleUCode(Gfx* workBuf) {
UCodeDisas disassembler;