mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
16 lines
204 B
C
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_ */
|