1 2 3 4 5 6 7 8 9
#ifndef SPUENCODER_H #define SPUENCODER_H class cSpuEncoder { public: void clearOsd(); }; #endif // SPUENCODER_H