aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Examples/PakReader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Examples/PakReader.c b/doc/Examples/PakReader.c
index 671903a..e350b67 100644
--- a/doc/Examples/PakReader.c
+++ b/doc/Examples/PakReader.c
@@ -10,6 +10,7 @@
#define HEADER_SIZE 12
#define ENTRY_SIZE 64
+
typedef struct PakHeader
{
char id[4];