1
0
Fork 0

fixed compiler warnings (#273)

This commit is contained in:
IBNobody 2016-04-22 00:01:38 -05:00 committed by Jack Humbert
parent 7b3f212500
commit 082a0f313d
5 changed files with 83 additions and 37 deletions

View file

@ -20,7 +20,7 @@ typedef enum {
} voice_type;
void set_voice(voice_type v);
void voice_iterate();
void voice_deiterate();
void voice_iterate(void);
void voice_deiterate(void);
#endif