diff options
author | walkingeyerobot <mitch@thefoley.net> | 2020-09-03 22:45:30 -0400 |
---|---|---|
committer | walkingeyerobot <mitch@thefoley.net> | 2020-09-03 22:45:30 -0400 |
commit | d89a36ab34d884bc1269465c21f0f4a82d653681 (patch) | |
tree | 310fa8e638b23f54dfd6157f5267f26e3c0f386e | |
parent | 3ceaa9619bc229653250212e07ab38f29a1ef4b1 (diff) |
including gba/isagbprint.h is not necessary
-rw-r--r-- | printf-in-mGBA.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/printf-in-mGBA.md b/printf-in-mGBA.md index d36ac27..9d02e17 100644 --- a/printf-in-mGBA.md +++ b/printf-in-mGBA.md @@ -85,7 +85,6 @@ Make sure you include ```c #include "printf.h" #include "mgba.h" -#include "gba/isagbprint.h" ``` in whatever file you test with. You should aldo include `#include "../gflib/string_util.h"`, if you want to print ASCII strings. |