Changes in uspace/lib/draw/codec/tga.c [2bb6d04:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/codec/tga.c
r2bb6d04 ra35b458 40 40 #include <stdbool.h> 41 41 #include <pixconv.h> 42 #include <draw/codec.h>42 #include "tga.h" 43 43 44 44 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.