9 lines
95 B
C++
9 lines
95 B
C++
|
#ifndef SKIPUICGEN_HPP
|
||
|
#define SKIPUICGEN_HPP
|
||
|
|
||
|
#include "ui_uigen1.h"
|
||
|
|
||
|
void skipGen();
|
||
|
|
||
|
#endif
|