| Revision 8905,
925 bytes
checked in by dstn, 2 years ago
(diff) |
|
test out -fstrict-aliasing and fix some mman.h-before-sys/types.h bugs
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | This file is part of the Astrometry.net suite. |
|---|
| 3 | Copyright 2007 Keir Mierle and Dustin Lang. |
|---|
| 4 | |
|---|
| 5 | The Astrometry.net suite is free software; you can redistribute |
|---|
| 6 | it and/or modify it under the terms of the GNU General Public License |
|---|
| 7 | as published by the Free Software Foundation, version 2. |
|---|
| 8 | |
|---|
| 9 | The Astrometry.net suite is distributed in the hope that it will be |
|---|
| 10 | useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 12 | General Public License for more details. |
|---|
| 13 | |
|---|
| 14 | You should have received a copy of the GNU General Public License |
|---|
| 15 | along with the Astrometry.net suite ; if not, write to the Free Software |
|---|
| 16 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|---|
| 17 | */ |
|---|
| 18 | #ifndef RENDER_SOLID_H |
|---|
| 19 | #define RENDER_SOLID_H |
|---|
| 20 | |
|---|
| 21 | #include "tilerender.h" |
|---|
| 22 | |
|---|
| 23 | int render_solid(unsigned char* img, render_args_t* args); |
|---|
| 24 | |
|---|
| 25 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.