xref: /trunk/main/desktop/win32/source/main.h (revision cdf0e10c)
1 #pragma once
2 
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6 
7 int MainA();
8 int MainW();
9 
10 #ifdef __cplusplus
11 }	/* extern "C" */
12 #endif
13 
14