summaryrefslogtreecommitdiff
path: root/desktop/win32/source/main.h
blob: 1beb8b933a3e7b8ccf5f9a25510ca597da557185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#pragma once

#ifdef __cplusplus
extern "C" {
#endif

int MainW();

#ifdef __cplusplus
}   /* extern "C" */
#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */