summaryrefslogtreecommitdiff
path: root/yapp/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'yapp/services.h')
-rw-r--r--yapp/services.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/yapp/services.h b/yapp/services.h
index 35f6285..91761f9 100644
--- a/yapp/services.h
+++ b/yapp/services.h
@@ -1,6 +1,8 @@
#ifndef _SERVICES_INC
#define _SERVICES_INC
+#include <m_popup.h>
+
void InitServices();
void DeinitServices();
@@ -20,6 +22,13 @@ int ShowMessage(WPARAM wParam, LPARAM lParam);
int PopUp_ShowHistory(WPARAM wParam, LPARAM lParam);
int TogglePopups(WPARAM wParam, LPARAM lParam);
+
+int RegisterPopupClass(WPARAM wParam, LPARAM lParam);
+int CreateClassPopup(WPARAM wParam, LPARAM lParam);
*/
+extern int num_classes;
+extern POPUPCLASS *classes;
+
+
#endif