1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-11 19:24:10 +01:00
LibrePilot/flight/Modules/Osd/WavPlayer/inc/wavplayer.h

16 lines
204 B
C
Raw Normal View History

2012-07-15 20:43:44 +02:00
/*
* WavPlayer.h
*
* Created on: 15.07.2012
* Author: Samba
*/
#ifndef WavPlayer_H_
#define WavPlayer_H_
#include "openpilot.h"
int32_t WavPlayerInitialize(void);
#endif /* WavPlayer_H_ */