summaryrefslogtreecommitdiff
path: root/soh/src/code
diff options
context:
space:
mode:
authorKiritoDev <36680385+KiritoDv@users.noreply.github.com>2022-04-25 17:07:40 -0500
committerNicholas Estelami <NEstelami@users.noreply.github.com>2022-04-25 19:14:46 -0400
commitf5f2205d0f0a1f2fcbedaa8b648d83113e7ab3d7 (patch)
tree75066816c1c062bef8934b41cd2fb52873f81959 /soh/src/code
parent0ea9612b7e1ea82b771b0d85a42a86f9bd530b4a (diff)
Removed stdio and added documentation
Diffstat (limited to 'soh/src/code')
-rw-r--r--soh/src/code/z_play.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/soh/src/code/z_play.c b/soh/src/code/z_play.c
index f62e719ba..6218b7d76 100644
--- a/soh/src/code/z_play.c
+++ b/soh/src/code/z_play.c
@@ -1,5 +1,3 @@
-#include <stdio.h>
-
#include "global.h"
#include "vt.h"