diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-01-01 13:17:08 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-01-01 13:17:08 +0000 |
commit | 8a66e228823b7e1ab3f994081832f548cac98a00 (patch) | |
tree | 7adfba7a44643c0b94892609368ad95abb80d45a /game/src/aux.h | |
parent | 2051dd34f2db962d6290d1f49fb879f626ce0c98 (diff) | |
download | ubox-msx-lib-8a66e228823b7e1ab3f994081832f548cac98a00.tar.gz ubox-msx-lib-8a66e228823b7e1ab3f994081832f548cac98a00.zip |
ubox has a wait_for function :facepalm:
Diffstat (limited to 'game/src/aux.h')
-rw-r--r-- | game/src/aux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/game/src/aux.h b/game/src/aux.h index bf62d1a..64dfbbd 100644 --- a/game/src/aux.h +++ b/game/src/aux.h @@ -8,6 +8,5 @@ */ void put_text(uint8_t x, uint8_t y, const uint8_t *text); -void wait_for(uint8_t frames); #endif // _AUX_H |