Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Utilidades/src/Estructuras_wrapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilidades/src/Estructuras_wrapp.h')
-rw-r--r--Utilidades/src/Estructuras_wrapp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Utilidades/src/Estructuras_wrapp.h b/Utilidades/src/Estructuras_wrapp.h
deleted file mode 100644
index 677b463..0000000
--- a/Utilidades/src/Estructuras_wrapp.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef ESTRUCTURAS_WRAPP_H
-#define ESTRUCTURAS_WRAPP_H
-
-typedef struct image_data {
- int size;
- unsigned char* data;
-} binary_data;
-
-
-#endif