service.h 365 B

12345678910111213141516
  1. #ifndef _SERVICE_H
  2. #define _SERVICE_H
  3. // this file defines the wasabi service factory class. this isn't the actual
  4. // service, just the interface to get the service pointer
  5. #include <bfc/dispatch.h>
  6. #include "services.h"
  7. #include "waservicefactory.h"
  8. #include "waservicefactorybase.h"
  9. #include "waservicefactoryt.h"
  10. #include "waservicefactorytsingle.h"
  11. #endif