1
0

setupfactory.h 339 B

12345678910111213141516171819
  1. #ifndef NULLSOFT_WINAMP_SETUP_FACTORY_HEADER
  2. #define NULLSOFT_WINAMP_SETUP_FACTORY_HEADER
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif // __cplusplus
  6. int Setup_RegisterService(void);
  7. int Setup_RegisterDefault(void);
  8. int Setup_RegisterPlugins(void);
  9. #ifdef __cplusplus
  10. }
  11. #endif // __cplusplus
  12. #endif // NULLSOFT_WINAMP_SETUP_FACTORY_HEADER