source: AE/RequestHelp/src/mailFromGui.h@ 1011

Last change on this file since 1011 was 1005, checked in by alloc, 10 years ago

RequestHelp initial commit

File size: 231 bytes
RevLine 
[1005]1#ifndef _MAILFROMGUI_H_
2#define _MAILFROMGUI_H_
3
4#include <windows.h>
5#include <stdbool.h>
6
7void mailFromGui(HMODULE hInstance, int nCmdShow);
8
9extern bool isSendSelected;
10extern bool isCCSelected;
11extern char* emailFrom;
12
13
14#endif
Note: See TracBrowser for help on using the repository browser.