aboutsummaryrefslogtreecommitdiff
path: root/sio.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-08-15 17:14:42 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-08-15 17:14:42 +0000
commit3af454f2ca99043d9e0a94f5f769206f60d45f9a (patch)
tree0890dd2605bc85918e4df2da0b9a2d0f4e21af50 /sio.h
parentefabba648cc552a315049a8476267b6aa0e5a421 (diff)
experimental fullscreen mode
Diffstat (limited to 'sio.h')
-rw-r--r--sio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sio.h b/sio.h
index 7e085d8..ae375a9 100644
--- a/sio.h
+++ b/sio.h
@@ -20,8 +20,7 @@
struct sio;
-struct sio *init_sio(void);
-unsigned int get_round(struct sio *);
+struct sio *init_sio(int);
int16_t *read_sio(struct sio *, size_t);
void del_sio(struct sio *);