/* * Copyright 2009 Vincent Duvert, vincent.duvert@free.fr * Copyright 2014 Haiku, Inc. All rights reserved. * * Distributed under the terms of the MIT License. * * Authors: * Vincent Duvert, vincent.duvert@free.fr * John Scipione, jscipione@gmail.com */ #ifndef VECTOR_ICON_H #define VECTOR_ICON_H struct vector_icon { uint8* data; size_t size; }; #endif // VECTOR_ICON_H