winamp/Src/Winamp/setup/setupfactory.h

19 lines
339 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef NULLSOFT_WINAMP_SETUP_FACTORY_HEADER
#define NULLSOFT_WINAMP_SETUP_FACTORY_HEADER
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
int Setup_RegisterService(void);
int Setup_RegisterDefault(void);
int Setup_RegisterPlugins(void);
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // NULLSOFT_WINAMP_SETUP_FACTORY_HEADER