Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/ui/ui-drv/win32/ui_win32.h
blob: cd645262f314cf5459419c8f2a39b016c3e64fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

#ifndef UI_WIN32_H
#include <windows.h>
#include <ui.h>
extern int directX;
extern CONST char *helptopic;
extern HWND hWnd;
extern HINSTANCE hInstance;
HMENU win32_createrootmenu(void);
void win32_pressed(int id);
void win32_dorootmenu(struct uih_context *uih, CONST char *name);
void win32_enabledisable(struct uih_context *uih, CONST char *name);
void win32_menu(struct uih_context *c, CONST char *name);
void win32_uninitializewindows(void);
void win32_dialog(struct uih_context *uih, CONST char *name);
void win32_genresources(struct uih_context *uih);
void win32_help(struct uih_context *uih, CONST char *name);
void CenterWindow(HWND hwndChild, HWND hwndParent);
void AboutBox(void);
#endif