Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Utilidades/src/Estructuras_wrapp.h
blob: 677b46369cebfe154d0e778b99d595656011eec9 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef ESTRUCTURAS_WRAPP_H
#define ESTRUCTURAS_WRAPP_H

typedef struct image_data {
		int size;
		unsigned char* data;
} binary_data;


#endif