remove \r
[extl.git] / extl / graphic / image / prefix.h
blobaabba6ecc54508038d60e5edf33051481aa7b045
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: prefix.h
4 * Created: 08.12.31
5 * Updated: 08.12.31
7 * Brief: The prefix config of the image library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_GRAPHIC_IMAGE_PREFIX_H
14 #define EXTL_GRAPHIC_IMAGE_PREFIX_H
16 #ifndef __cplusplus
17 # error prefix.h need be supported by c++.
18 #endif
20 /* ///////////////////////////////////////////////////////////////////////
21 * Includes
23 #include "../prefix.h"
24 #include "../basic_color.h"
25 #include "../basic_rect.h"
26 #include "../basic_point.h"
27 #include "../basic_size.h"
28 /* //////////////////////////////////////////////////////////////////// */
29 #endif /* EXTL_GRAPHIC_IMAGE_PREFIX_H */
30 /* //////////////////////////////////////////////////////////////////// */