diff options
author | KOLANICH <kolan_n@mail.ru> | 2022-12-16 13:40:53 +0300 |
---|---|---|
committer | KOLANICH <kolan_n@mail.ru> | 2022-12-19 19:58:16 +0300 |
commit | 6327183f362bb47c8c8a97db1a1a89e79fa565a0 (patch) | |
tree | 9ad89e9ef832f41e8153958a52e3c808bbe822c1 | |
parent | c3bb7c3640bc6904dbfc529fec9ce12e3017bd83 (diff) |
Added `#pragma once` into the top of `pklib.h`.
-rw-r--r-- | src/pklib/pklib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pklib/pklib.h b/src/pklib/pklib.h index c951d11..93190a2 100644 --- a/src/pklib/pklib.h +++ b/src/pklib/pklib.h @@ -8,6 +8,7 @@ /* 31.03.03 1.00 Lad The first version of pkware.h */ /*****************************************************************************/ +#pragma once #ifndef __PKLIB_H__ #define __PKLIB_H__ |