| ... | ... |
@@ -28,4 +28,4 @@ extern UxnAudio uxn_audio[POLYPHONY]; |
| 28 | 28 |
Uint8 audio_get_vu(UxnAudio *c); |
| 29 | 29 |
int audio_render(UxnAudio *c, Sint16 *sample, Sint16 *end); |
| 30 | 30 |
void audio_start(UxnAudio *c, Uint16 adsr, Uint8 pitch); |
| 31 |
-void audio_finished_handler(UxnAudio *c); |
|
| 32 | 31 |
\ No newline at end of file |
| 32 |
+void audio_finished_handler(UxnAudio *c); |
| ... | ... |
@@ -13,4 +13,4 @@ WITH REGARD TO THIS SOFTWARE. |
| 13 | 13 |
void controller_down(Device *d, Uint8 mask); |
| 14 | 14 |
void controller_up(Device *d, Uint8 mask); |
| 15 | 15 |
void controller_key(Device *d, Uint8 key); |
| 16 |
-void controller_special(Device *d, Uint8 key); |
|
| 17 | 16 |
\ No newline at end of file |
| 17 |
+void controller_special(Device *d, Uint8 key); |
| ... | ... |
@@ -36,4 +36,4 @@ void screen_clear(UxnScreen *p, Layer *layer); |
| 36 | 36 |
void screen_redraw(UxnScreen *p, Uint32 *pixels); |
| 37 | 37 |
|
| 38 | 38 |
Uint8 screen_dei(Device *d, Uint8 port); |
| 39 |
-void screen_deo(Device *d, Uint8 port); |
|
| 40 | 39 |
\ No newline at end of file |
| 40 |
+void screen_deo(Device *d, Uint8 port); |