yacreader/common/exit_check.h
Luis Ángel San Martín ea990b8261 fixed mess in ComicInfo
2014-06-04 19:12:53 +02:00

10 lines
110 B
C++

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