This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
LaiNES/src/main.cpp
2014-05-28 10:31:54 +02:00

11 lines
106 B
C++

#include "gui.hpp"
int main(int argc, char *argv[])
{
GUI::init();
GUI::run();
return 0;
}