mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Correcting errors in words and their meanings. Update the Russian language. Now look better.
10 lines
110 B
C++
10 lines
110 B
C++
#ifndef EXIT_CHECK_H
|
|
#define EXIT_CHECK_H
|
|
|
|
namespace YACReader
|
|
{
|
|
void exitCheck(int ret);
|
|
}
|
|
|
|
#endif
|