#include #include extern "C" { void network(); void graphics(); } int main(int argc, char** argv) { network(); graphics(); return 0; }