/* * Apollo64 - Cross-platform Nintendo 64 emulator * Copyright (C) 2017 - Azimer - http://www.apollo64.com/ * * This program is distributed under the GNU General Public License v3. * See the LICENSE document supplied with this source code for details. */ #include #include "uimain.h" /* * Example main module to test the build environment * */ int main( int argc, char** argv ) { UIMain list; std::cout << "Apollo64.exe is working okay." << std::endl; return 0; }