summaryrefslogtreecommitdiff
path: root/plugins/YAPP/src/services.h
blob: 43834be12cf3b58569888540c1ddc0edd5f21047 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _SERVICES_INC
#define _SERVICES_INC

void InitServices();
void DeinitServices();

extern LIST<POPUPCLASS> arClasses;

#endif