mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:55:45 -04:00
Initial community commit
This commit is contained in:
16
Src/Wasabi/api/service/service.h
Normal file
16
Src/Wasabi/api/service/service.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef _SERVICE_H
|
||||
#define _SERVICE_H
|
||||
|
||||
// this file defines the wasabi service factory class. this isn't the actual
|
||||
// service, just the interface to get the service pointer
|
||||
|
||||
#include <bfc/dispatch.h>
|
||||
#include "services.h"
|
||||
|
||||
#include "waservicefactory.h"
|
||||
#include "waservicefactorybase.h"
|
||||
#include "waservicefactoryt.h"
|
||||
#include "waservicefactorytsingle.h"
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user