1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-03 11:24:10 +01:00
LibrePilot/flight/Modules/Osd/WavPlayer/inc/wavplayer.h
2012-07-30 11:45: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_ */