aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/lzp/bit.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpsn00b/lzp/bit.h')
-rw-r--r--libpsn00b/lzp/bit.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/libpsn00b/lzp/bit.h b/libpsn00b/lzp/bit.h
index 321160a..5e7ed23 100644
--- a/libpsn00b/lzp/bit.h
+++ b/libpsn00b/lzp/bit.h
@@ -1,5 +1,5 @@
-#ifndef _LZP_BIT_H
-#define _LZP_BIT_H
+
+#pragma once
extern const unsigned char* inPtr;
extern int inBytes;
@@ -21,6 +21,3 @@ int get_bits(int n);
#ifdef __cplusplus
}
#endif
-
-
-#endif // _LZP_BIT_H