Blame view

morfeusz/InterpsGroup.hpp 322 Bytes
Michał Lenart authored
1
2
/* 
 * File:   GroupedInterpretations.hpp
Michał Lenart authored
3
 * Author: mlenart
Michał Lenart authored
4
5
6
7
 *
 * Created on November 16, 2013, 7:58 PM
 */
Michał Lenart authored
8
9
#ifndef INTERPSGROUP_HPP
#define	INTERPSGROUP_HPP
Michał Lenart authored
10
Michał Lenart authored
11
#include <stdint.h>
Michał Lenart authored
12
Michał Lenart authored
13
struct InterpsGroup {
Michał Lenart authored
14
    unsigned char type;
Michał Lenart authored
15
16
    uint16_t size;
    const unsigned char* ptr;
Michał Lenart authored
17
18
19
20
};

#endif	/* GROUPEDINTERPRETATIONS_HPP */