Usermode - Moved include files to each library's directory
[tpg/acess2.git] / Usermode / Libraries / libimage.so_src / include_exp / image.h
diff --git a/Usermode/Libraries/libimage.so_src/include_exp/image.h b/Usermode/Libraries/libimage.so_src/include_exp/image.h
new file mode 100644 (file)
index 0000000..69e1549
--- /dev/null
@@ -0,0 +1,24 @@
+/*
+ */
+#ifndef _IMAGE_H_
+#define _IMAGE_H_
+
+// === TYPES ===
+typedef struct sImage  tImage;
+struct sImage
+{
+       short   Width;
+       short   Height;
+        int    Format;
+       uint8_t Data[];
+};
+
+// === CONSTANTS ===
+enum eImageFormats
+{
+       IMGFMT_BGRA,
+       IMGFMT_RGB,
+       NUM_IMGFMTS
+};
+
+#endif

UCC git Repository :: git.ucc.asn.au