Skip to content
Snippets Groups Projects
Commit 4e588617 authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

Update decompression for the handling of chunks

parent ab9db4aa
No related branches found
No related tags found
1 merge request!26Adapt cmp_tool to the chunk decompression
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#ifndef DECMP_H #ifndef DECMP_H
#define DECMP_H #define DECMP_H
#include <cmp_entity.h> #include "common/cmp_entity.h"
#include <cmp_support.h> #include "common/cmp_support.h"
int decompress_cmp_entiy(struct cmp_entity *ent, void *model_of_data, int decompress_cmp_entiy(struct cmp_entity *ent, void *model_of_data,
void *up_model_buf, void *decompressed_data); void *up_model_buf, void *decompressed_data);
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment