mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 06:21:25 +00:00
Don't compile raster/path.cpp so libart header files are not required.
This commit is contained in:
parent
799065ccb5
commit
58f5bbd4c0
@ -283,7 +283,6 @@ add_library(aseprite-library
|
||||
raster/mask_io.cpp
|
||||
raster/palette.cpp
|
||||
raster/palette_io.cpp
|
||||
raster/path.cpp
|
||||
raster/pen.cpp
|
||||
raster/quantization.cpp
|
||||
raster/rgbmap.cpp
|
||||
|
@ -16,6 +16,8 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#error This file is deprecated
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <string.h>
|
||||
|
@ -19,6 +19,8 @@
|
||||
#ifndef RASTER_PATH_H_INCLUDED
|
||||
#define RASTER_PATH_H_INCLUDED
|
||||
|
||||
#error This file is deprecated
|
||||
|
||||
#include "raster/gfxobj.h"
|
||||
#include <string>
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include "raster/layer.h"
|
||||
#include "raster/mask.h"
|
||||
#include "raster/palette.h"
|
||||
#include "raster/path.h"
|
||||
#include "raster/pen.h"
|
||||
#include "raster/rgbmap.h"
|
||||
#include "raster/rotate.h"
|
||||
|
Loading…
Reference in New Issue
Block a user