Use upper case for macro names
[oggquiz.git] / player.h
blob118b23ff23fe8b7de19b78bec4192c84dd5828d8
1 /*-
2 * "THE BEER-WARE LICENSE" (Revision 42):
3 * <tobias.rehbein@web.de> wrote this file. As long as you retain this notice
4 * you can do whatever you want with this stuff. If we meet some day, and you
5 * think this stuff is worth it, you can buy me a beer in return.
6 * Tobias Rehbein
7 */
9 #include "oggfile.h"
11 #ifndef _player_h_
12 #define _player_h_
14 void player_play(oggfile_t * oggfile);
15 void player_stop();
17 #endif