23 lines
241 B
C++
Raw Normal View History

2017-04-14 19:02:05 +02:00
2018-04-23 21:13:27 +02:00
#include "skipUicGen.hpp"
#include "skipUicNoGen1.hpp"
#include "skipUicNoGen2.hpp"
2017-04-14 19:02:05 +02:00
int main(int, char**)
{
skipGen();
skipNoGen1();
skipNoGen2();
return 0;
}
// -- Function definitions
void ui_nogen1()
{
}
void ui_nogen2()
{
}