Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a9c1c264 authored by BOUCHERIE Raphael's avatar BOUCHERIE Raphael
Browse files

modified struct for convenience

parent 381b2265
No related branches found
No related tags found
1 merge request!6Tilesinfo struct
...@@ -95,9 +95,9 @@ typedef struct libhqr_tiledesc_s{ ...@@ -95,9 +95,9 @@ typedef struct libhqr_tiledesc_s{
typedef struct libhqr_tileinfo_s{ typedef struct libhqr_tileinfo_s{
int type; int type;
int currpiv; int *currpiv;
int nextpiv; int *nextpiv;
int prevpiv; int *prevpiv;
int first_nextpiv; int first_nextpiv;
int first_prevpiv; int first_prevpiv;
} libhqr_tileinfo_t; } libhqr_tileinfo_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment