xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
default_main.h
Go to the documentation of this file.
1
4#pragma once
5#include "tunit_main.h"
6
11#if defined(TUNIT_CONFIG_MAIN)
12int main(int argc, char* argv[]) {
13 return __tunit_main::main(argc, argv);
14}
15#endif
Contains main entry point.