mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 06:32:42 +00:00
Move "src/core/job.[ch]" to src/job.[ch].
This commit is contained in:
parent
1f88934542
commit
0674fbe069
@ -43,6 +43,7 @@ add_library(aseprite-library
|
||||
console.cpp
|
||||
context.cpp
|
||||
gfxmode.cpp
|
||||
job.cpp
|
||||
launcher.cpp
|
||||
recent_files.cpp
|
||||
resource_finder.cpp
|
||||
@ -130,7 +131,6 @@ add_library(aseprite-library
|
||||
core/core.cpp
|
||||
core/drop_files.cpp
|
||||
core/file_system.cpp
|
||||
core/job.cpp
|
||||
core/modules.cpp
|
||||
dialogs/aniedit.cpp
|
||||
dialogs/drawtext.cpp
|
||||
|
@ -22,19 +22,19 @@
|
||||
|
||||
#include "jinete/jinete.h"
|
||||
|
||||
#include "app.h"
|
||||
#include "commands/command.h"
|
||||
#include "commands/params.h"
|
||||
#include "app.h"
|
||||
#include "core/job.h"
|
||||
#include "job.h"
|
||||
#include "modules/gui.h"
|
||||
#include "raster/cel.h"
|
||||
#include "raster/image.h"
|
||||
#include "raster/mask.h"
|
||||
#include "raster/sprite.h"
|
||||
#include "raster/stock.h"
|
||||
#include "sprite_wrappers.h"
|
||||
#include "undoable.h"
|
||||
#include "widgets/color_bar.h"
|
||||
#include "sprite_wrappers.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// rotate_canvas
|
||||
|
@ -23,9 +23,9 @@
|
||||
#include "jinete/jinete.h"
|
||||
#include "Vaca/Bind.h"
|
||||
|
||||
#include "core/cfg.h"
|
||||
#include "core/job.h"
|
||||
#include "commands/command.h"
|
||||
#include "core/cfg.h"
|
||||
#include "job.h"
|
||||
#include "modules/gui.h"
|
||||
#include "modules/palettes.h"
|
||||
#include "raster/cel.h"
|
||||
@ -33,9 +33,9 @@
|
||||
#include "raster/mask.h"
|
||||
#include "raster/sprite.h"
|
||||
#include "raster/stock.h"
|
||||
#include "undoable.h"
|
||||
#include "ui_context.h"
|
||||
#include "sprite_wrappers.h"
|
||||
#include "ui_context.h"
|
||||
#include "undoable.h"
|
||||
|
||||
#define PERC_FORMAT "%.1f%%"
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "Vaca/ScopedLock.h"
|
||||
|
||||
#include "app.h"
|
||||
#include "core/job.h"
|
||||
#include "job.h"
|
||||
#include "modules/gui.h"
|
||||
#include "widgets/statebar.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user