Files
yacreader/common/exit_check.h
Felix Kauselmann 28a6939a01 svg icons for Linux
2017-11-21 11:01:31 +01:00

10 lines
110 B
C++

#ifndef EXIT_CHECK_H
#define EXIT_CHECK_H
namespace YACReader
{
void exitCheck(int ret);
}
#endif