| 1 | // This file is part of SmallBASIC | 
|---|---|
| 2 | // | 
| 3 | // Copyright(C) 2001-2019 Chris Warren-Smith. | 
| 4 | // | 
| 5 | // This program is distributed under the terms of the GPL v2.0 or later | 
| 6 | // Download the GNU Public License (GPL) from www.gnu.org | 
| 7 | // | 
| 8 | |
| 9 | bool audio_open(); | 
| 10 | void audio_close(); | 
| 11 | 
