18 lines
203 B
C
18 lines
203 B
C
|
#ifndef AUDIOPLAYERFF_H
|
||
|
#define AUDIOPLAYERFF_H
|
||
|
|
||
|
|
||
|
//#include<SDL/SDL.h>
|
||
|
//#include<SDL\SDL_mixer.h>
|
||
|
#include<iostream>
|
||
|
|
||
|
|
||
|
|
||
|
class AudioPlayerFF
|
||
|
{
|
||
|
public:
|
||
|
AudioPlayerFF();
|
||
|
};
|
||
|
|
||
|
#endif // AUDIOPLAYERFF_H
|