1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/modules/Osd/WavPlayer/inc/wavplayer.h
2013-04-25 13:13:36 +03:00

16 lines
204 B
C

/*
* 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_ */