Mentions légales du service

Skip to content
Snippets Groups Projects

Tilesinfo struct

Merged BOUCHERIE Raphael requested to merge tilesinfo_struct into master
All threads resolved!
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
+ 6
6
@@ -94,12 +94,12 @@ typedef struct libhqr_tiledesc_s{
* @brief Minimal structure to stock the information for each tile
*/
typedef struct libhqr_tileinfo_s{
int type; /** The type of the tile */
int currpiv; /** Number of the time annihilating the current tile */
int nextpiv; /** The next tile killed by the tile */
int prevpiv; /** The previous tile killed by the tile */
int first_nextpiv; /** The first next tile killed */
int first_prevpiv; /** The first previous tile killed */
int type; /**< The type of the tile */
int currpiv; /**< Number of the time annihilating the current tile */
int nextpiv; /**< The next tile killed by the tile */
int prevpiv; /**< The previous tile killed by the tile */
int first_nextpiv; /**< The first next tile killed */
int first_prevpiv; /**< The first previous tile killed */
} libhqr_tileinfo_t;
struct libhqr_tree_s;
Loading