loaders: Add ByteUtils.
commit6fa181b2108180d30144c84a08416c918cbacf69
authorCyril Hrubis <metan@ucw.cz>
Sun, 7 Apr 2013 15:41:45 +0000 (7 17:41 +0200)
committerCyril Hrubis <metan@ucw.cz>
Sun, 7 Apr 2013 15:41:45 +0000 (7 17:41 +0200)
treeb240e8537d87400eef7b047e4c62ba8b84b2d330
parent439dd5a9d066e953868fb93356a8b48e362ef7c2
loaders: Add ByteUtils.

ByteUtils provide GP_FWrite() and GP_FRead() functions
to ease reading and writing image file headers.

Signed-off-by: Cyril Hrubis <metan@ucw.cz>
demos/c_simple/Makefile
demos/c_simple/byte_utils.c [new file with mode: 0644]
include/loaders/GP_ByteUtils.h [new file with mode: 0644]
libs/loaders/GP_ByteUtils.c [new file with mode: 0644]