summaryrefslogtreecommitdiff
path: root/src/main.h
blob: edc590b3babb1623d2c2067bf05f8442fb929eda (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#ifdef __cplusplus
extern "C" {
#endif

int main_real(int argc, char *argv[], char const *platform_sys, int (*init_platform)(int, char *[]), char const *platform_usage);

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