mirror of https://github.com/aseprite/aseprite.git
				
				
				
			Add #pragma once
This commit is contained in:
		
							parent
							
								
									6ed35b733c
								
							
						
					
					
						commit
						f4b2b47a2c
					
				|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_APP_H_INCLUDED | #ifndef APP_APP_H_INCLUDED | ||||||
| #define APP_APP_H_INCLUDED | #define APP_APP_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/signal.h" | #include "base/signal.h" | ||||||
| #include "base/string.h" | #include "base/string.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_APP_MENUS_H_INCLUDED | #ifndef APP_APP_MENUS_H_INCLUDED | ||||||
| #define APP_APP_MENUS_H_INCLUDED | #define APP_APP_MENUS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/disable_copying.h" | #include "base/disable_copying.h" | ||||||
| #include "base/unique_ptr.h" | #include "base/unique_ptr.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_APP_OPTIONS_H_INCLUDED | #ifndef APP_APP_OPTIONS_H_INCLUDED | ||||||
| #define APP_APP_OPTIONS_H_INCLUDED | #define APP_APP_OPTIONS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <stdexcept> | #include <stdexcept> | ||||||
| #include <string> | #include <string> | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_BACKUP_H_INCLUDED | #ifndef APP_BACKUP_H_INCLUDED | ||||||
| #define APP_BACKUP_H_INCLUDED | #define APP_BACKUP_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/disable_copying.h" | #include "base/disable_copying.h" | ||||||
| #include "base/string.h" | #include "base/string.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_CHECK_UPDATE_H_INCLUDED | #ifndef APP_CHECK_UPDATE_H_INCLUDED | ||||||
| #define APP_CHECK_UPDATE_H_INCLUDED | #define APP_CHECK_UPDATE_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #ifdef ENABLE_UPDATER | #ifdef ENABLE_UPDATER | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COLOR_H_INCLUDED | #ifndef APP_COLOR_H_INCLUDED | ||||||
| #define APP_COLOR_H_INCLUDED | #define APP_COLOR_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "raster/color.h" | #include "raster/color.h" | ||||||
| #include "raster/pixel_format.h" | #include "raster/pixel_format.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COLOR_PICKER_H_INCLUDED | #ifndef APP_COLOR_PICKER_H_INCLUDED | ||||||
| #define APP_COLOR_PICKER_H_INCLUDED | #define APP_COLOR_PICKER_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/color.h" | #include "app/color.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COLOR_SWATCHES_H_INCLUDED | #ifndef APP_COLOR_SWATCHES_H_INCLUDED | ||||||
| #define APP_COLOR_SWATCHES_H_INCLUDED | #define APP_COLOR_SWATCHES_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <vector> | #include <vector> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COLOR_UTILS_H_INCLUDED | #ifndef APP_COLOR_UTILS_H_INCLUDED | ||||||
| #define APP_COLOR_UTILS_H_INCLUDED | #define APP_COLOR_UTILS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/color.h" | #include "app/color.h" | ||||||
| #include "raster/color.h" | #include "raster/color.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COMMANDS_CMD_EXPORT_SPRITE_SHEET_H_INCLUDED | #ifndef APP_COMMANDS_CMD_EXPORT_SPRITE_SHEET_H_INCLUDED | ||||||
| #define APP_COMMANDS_CMD_EXPORT_SPRITE_SHEET_H_INCLUDED | #define APP_COMMANDS_CMD_EXPORT_SPRITE_SHEET_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/commands/command.h" | #include "app/commands/command.h" | ||||||
| #include "base/compiler_specific.h" | #include "base/compiler_specific.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COMMANDS_CMD_FLIP_H_INCLUDED | #ifndef APP_COMMANDS_CMD_FLIP_H_INCLUDED | ||||||
| #define APP_COMMANDS_CMD_FLIP_H_INCLUDED | #define APP_COMMANDS_CMD_FLIP_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/commands/command.h" | #include "app/commands/command.h" | ||||||
| #include "base/compiler_specific.h" | #include "base/compiler_specific.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COMMANDS_CMD_SAVE_FILE_H_INCLUDED | #ifndef APP_COMMANDS_CMD_SAVE_FILE_H_INCLUDED | ||||||
| #define APP_COMMANDS_CMD_SAVE_FILE_H_INCLUDED | #define APP_COMMANDS_CMD_SAVE_FILE_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/commands/command.h" | #include "app/commands/command.h" | ||||||
| #include "base/compiler_specific.h" | #include "base/compiler_specific.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COMMANDS_COMMAND_H_INCLUDED | #ifndef APP_COMMANDS_COMMAND_H_INCLUDED | ||||||
| #define APP_COMMANDS_COMMAND_H_INCLUDED | #define APP_COMMANDS_COMMAND_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/commands/command_factory.h" | #include "app/commands/command_factory.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COMMANDS_COMMAND_FACTORY_H_INCLUDED | #ifndef APP_COMMANDS_COMMAND_FACTORY_H_INCLUDED | ||||||
| #define APP_COMMANDS_COMMAND_FACTORY_H_INCLUDED | #define APP_COMMANDS_COMMAND_FACTORY_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
|   class Command; |   class Command; | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COMMANDS_COMMANDS_H_INCLUDED | #ifndef APP_COMMANDS_COMMANDS_H_INCLUDED | ||||||
| #define APP_COMMANDS_COMMANDS_H_INCLUDED | #define APP_COMMANDS_COMMANDS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "ui/base.h" | #include "ui/base.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COMMANDS_FILTERS_COLOR_CURVE_EDITOR_H_INCLUDED | #ifndef APP_COMMANDS_FILTERS_COLOR_CURVE_EDITOR_H_INCLUDED | ||||||
| #define APP_COMMANDS_FILTERS_COLOR_CURVE_EDITOR_H_INCLUDED | #define APP_COMMANDS_FILTERS_COLOR_CURVE_EDITOR_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/compiler_specific.h" | #include "base/compiler_specific.h" | ||||||
| #include "base/signal.h" | #include "base/signal.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COMMANDS_FILTERS_CONVOLUTION_MATRIX_STOCK_H_INCLUDED | #ifndef APP_COMMANDS_FILTERS_CONVOLUTION_MATRIX_STOCK_H_INCLUDED | ||||||
| #define APP_COMMANDS_FILTERS_CONVOLUTION_MATRIX_STOCK_H_INCLUDED | #define APP_COMMANDS_FILTERS_CONVOLUTION_MATRIX_STOCK_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <vector> | #include <vector> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COMMANDS_FILTERS_FILTER_MANAGER_IMPL_H_INCLUDED | #ifndef APP_COMMANDS_FILTERS_FILTER_MANAGER_IMPL_H_INCLUDED | ||||||
| #define APP_COMMANDS_FILTERS_FILTER_MANAGER_IMPL_H_INCLUDED | #define APP_COMMANDS_FILTERS_FILTER_MANAGER_IMPL_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/document_location.h" | #include "app/document_location.h" | ||||||
| #include "base/exception.h" | #include "base/exception.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COMMANDS_FILTERS_FILTER_PREVIEW_H_INCLUDED | #ifndef APP_COMMANDS_FILTERS_FILTER_PREVIEW_H_INCLUDED | ||||||
| #define APP_COMMANDS_FILTERS_FILTER_PREVIEW_H_INCLUDED | #define APP_COMMANDS_FILTERS_FILTER_PREVIEW_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/compiler_specific.h" | #include "base/compiler_specific.h" | ||||||
| #include "ui/timer.h" | #include "ui/timer.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COMMANDS_FILTERS_FILTER_TARGET_BUTTONS_H_INCLUDED | #ifndef APP_COMMANDS_FILTERS_FILTER_TARGET_BUTTONS_H_INCLUDED | ||||||
| #define APP_COMMANDS_FILTERS_FILTER_TARGET_BUTTONS_H_INCLUDED | #define APP_COMMANDS_FILTERS_FILTER_TARGET_BUTTONS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/signal.h" | #include "base/signal.h" | ||||||
| #include "filters/target.h" | #include "filters/target.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COMMANDS_FILTERS_FILTER_WINDOW_H_INCLUDED | #ifndef APP_COMMANDS_FILTERS_FILTER_WINDOW_H_INCLUDED | ||||||
| #define APP_COMMANDS_FILTERS_FILTER_WINDOW_H_INCLUDED | #define APP_COMMANDS_FILTERS_FILTER_WINDOW_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/commands/filters/filter_preview.h" | #include "app/commands/filters/filter_preview.h" | ||||||
| #include "app/commands/filters/filter_target_buttons.h" | #include "app/commands/filters/filter_target_buttons.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_COMMANDS_FILTERS_FILTER_BG_H_INCLUDED | #ifndef APP_COMMANDS_FILTERS_FILTER_BG_H_INCLUDED | ||||||
| #define APP_COMMANDS_FILTERS_FILTER_BG_H_INCLUDED | #define APP_COMMANDS_FILTERS_FILTER_BG_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_CONSOLE_H_INCLUDED | #ifndef APP_CONSOLE_H_INCLUDED | ||||||
| #define APP_CONSOLE_H_INCLUDED | #define APP_CONSOLE_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <exception> | #include <exception> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_CONTEXT_H_INCLUDED | #ifndef APP_CONTEXT_H_INCLUDED | ||||||
| #define APP_CONTEXT_H_INCLUDED | #define APP_CONTEXT_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/context_flags.h" | #include "app/context_flags.h" | ||||||
| #include "app/context_observer.h" | #include "app/context_observer.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_CONTEXT_ACCESS_H_INCLUDED | #ifndef APP_CONTEXT_ACCESS_H_INCLUDED | ||||||
| #define APP_CONTEXT_ACCESS_H_INCLUDED | #define APP_CONTEXT_ACCESS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/document_access.h" | #include "app/document_access.h" | ||||||
| #include "app/document_location.h" | #include "app/document_location.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_CONTEXT_FLAGS_H_INCLUDED | #ifndef APP_CONTEXT_FLAGS_H_INCLUDED | ||||||
| #define APP_CONTEXT_FLAGS_H_INCLUDED | #define APP_CONTEXT_FLAGS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_CONTEXT_OBSERVER_H_INCLUDED | #ifndef APP_CONTEXT_OBSERVER_H_INCLUDED | ||||||
| #define APP_CONTEXT_OBSERVER_H_INCLUDED | #define APP_CONTEXT_OBSERVER_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_CONTEXT_OBSERVER_LIST_H_INCLUDED | #ifndef APP_CONTEXT_OBSERVER_LIST_H_INCLUDED | ||||||
| #define APP_CONTEXT_OBSERVER_LIST_H_INCLUDED | #define APP_CONTEXT_OBSERVER_LIST_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <vector> | #include <vector> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_DATA_RECOVERY_H_INCLUDED | #ifndef APP_DATA_RECOVERY_H_INCLUDED | ||||||
| #define APP_DATA_RECOVERY_H_INCLUDED | #define APP_DATA_RECOVERY_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/context_observer.h" | #include "app/context_observer.h" | ||||||
| #include "app/document_observer.h" | #include "app/document_observer.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_DOCUMENT_H_INCLUDED | #ifndef APP_DOCUMENT_H_INCLUDED | ||||||
| #define APP_DOCUMENT_H_INCLUDED | #define APP_DOCUMENT_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/document_id.h" | #include "app/document_id.h" | ||||||
| #include "base/disable_copying.h" | #include "base/disable_copying.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_DOCUMENT_ACCESS_H_INCLUDED | #ifndef APP_DOCUMENT_ACCESS_H_INCLUDED | ||||||
| #define APP_DOCUMENT_ACCESS_H_INCLUDED | #define APP_DOCUMENT_ACCESS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/exception.h" | #include "base/exception.h" | ||||||
| #include "app/context.h" | #include "app/context.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_DOCUMENT_API_H_INCLUDED | #ifndef APP_DOCUMENT_API_H_INCLUDED | ||||||
| #define APP_DOCUMENT_API_H_INCLUDED | #define APP_DOCUMENT_API_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "gfx/rect.h" | #include "gfx/rect.h" | ||||||
| #include "raster/algorithm/flip_type.h" | #include "raster/algorithm/flip_type.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_DOCUMENT_EVENT_H_INCLUDED | #ifndef APP_DOCUMENT_EVENT_H_INCLUDED | ||||||
| #define APP_DOCUMENT_EVENT_H_INCLUDED | #define APP_DOCUMENT_EVENT_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "gfx/region.h" | #include "gfx/region.h" | ||||||
| #include "raster/frame_number.h" | #include "raster/frame_number.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_DOCUMENT_EXPORTER_H_INCLUDED | #ifndef APP_DOCUMENT_EXPORTER_H_INCLUDED | ||||||
| #define APP_DOCUMENT_EXPORTER_H_INCLUDED | #define APP_DOCUMENT_EXPORTER_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/disable_copying.h" | #include "base/disable_copying.h" | ||||||
| #include "gfx/fwd.h" | #include "gfx/fwd.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_DOCUMENT_ID_H_INCLUDED | #ifndef APP_DOCUMENT_ID_H_INCLUDED | ||||||
| #define APP_DOCUMENT_ID_H_INCLUDED | #define APP_DOCUMENT_ID_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "doc/object_id.h" | #include "doc/object_id.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_DOCUMENT_LOCATION_H_INCLUDED | #ifndef APP_DOCUMENT_LOCATION_H_INCLUDED | ||||||
| #define APP_DOCUMENT_LOCATION_H_INCLUDED | #define APP_DOCUMENT_LOCATION_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "raster/frame_number.h" | #include "raster/frame_number.h" | ||||||
| #include "raster/layer_index.h" | #include "raster/layer_index.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_DOCUMENT_OBSERVER_H_INCLUDED | #ifndef APP_DOCUMENT_OBSERVER_H_INCLUDED | ||||||
| #define APP_DOCUMENT_OBSERVER_H_INCLUDED | #define APP_DOCUMENT_OBSERVER_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "raster/frame_number.h" | #include "raster/frame_number.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_DOCUMENT_UNDO_H_INCLUDED | #ifndef APP_DOCUMENT_UNDO_H_INCLUDED | ||||||
| #define APP_DOCUMENT_UNDO_H_INCLUDED | #define APP_DOCUMENT_UNDO_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/compiler_specific.h" | #include "base/compiler_specific.h" | ||||||
| #include "base/disable_copying.h" | #include "base/disable_copying.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_DOCUMENTS_H_INCLUDED | #ifndef APP_DOCUMENTS_H_INCLUDED | ||||||
| #define APP_DOCUMENTS_H_INCLUDED | #define APP_DOCUMENTS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/disable_copying.h" | #include "base/disable_copying.h" | ||||||
| #include "app/document_id.h" | #include "app/document_id.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_FILE_FILE_H_INCLUDED | #ifndef APP_FILE_FILE_H_INCLUDED | ||||||
| #define APP_FILE_FILE_H_INCLUDED | #define APP_FILE_FILE_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/shared_ptr.h" | #include "base/shared_ptr.h" | ||||||
| #include "raster/frame_number.h" | #include "raster/frame_number.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_FILE_FILE_FORMAT_H_INCLUDED | #ifndef APP_FILE_FILE_FORMAT_H_INCLUDED | ||||||
| #define APP_FILE_FILE_FORMAT_H_INCLUDED | #define APP_FILE_FILE_FORMAT_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/shared_ptr.h" | #include "base/shared_ptr.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_FILE_FILE_FORMATS_MANAGER_H_INCLUDED | #ifndef APP_FILE_FILE_FORMATS_MANAGER_H_INCLUDED | ||||||
| #define APP_FILE_FILE_FORMATS_MANAGER_H_INCLUDED | #define APP_FILE_FILE_FORMATS_MANAGER_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <vector> | #include <vector> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
|  */ |  */ | ||||||
| #ifndef APP_FILE_FLI_FLI_H_INCLUDED | #ifndef APP_FILE_FLI_FLI_H_INCLUDED | ||||||
| #define APP_FILE_FLI_FLI_H_INCLUDED | #define APP_FILE_FLI_FLI_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| /** structures */ | /** structures */ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_FILE_FORMAT_OPTIONS_H_INCLUDED | #ifndef APP_FILE_FORMAT_OPTIONS_H_INCLUDED | ||||||
| #define APP_FILE_FORMAT_OPTIONS_H_INCLUDED | #define APP_FILE_FORMAT_OPTIONS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_FILE_SELECTOR_H_INCLUDED | #ifndef APP_FILE_SELECTOR_H_INCLUDED | ||||||
| #define APP_FILE_SELECTOR_H_INCLUDED | #define APP_FILE_SELECTOR_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/string.h" | #include "base/string.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_FILE_SYSTEM_H_INCLUDED | #ifndef APP_FILE_SYSTEM_H_INCLUDED | ||||||
| #define APP_FILE_SYSTEM_H_INCLUDED | #define APP_FILE_SYSTEM_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/string.h" | #include "base/string.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_FIND_WIDGET_H_INCLUDED | #ifndef APP_FIND_WIDGET_H_INCLUDED | ||||||
| #define APP_FIND_WIDGET_H_INCLUDED | #define APP_FIND_WIDGET_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/widget_not_found.h" | #include "app/widget_not_found.h" | ||||||
| #include "ui/widget.h" | #include "ui/widget.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_FLATTEN_H_INCLUDED | #ifndef APP_FLATTEN_H_INCLUDED | ||||||
| #define APP_FLATTEN_H_INCLUDED | #define APP_FLATTEN_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "gfx/rect.h" | #include "gfx/rect.h" | ||||||
| #include "raster/frame_number.h" | #include "raster/frame_number.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_GFXMODE_H_INCLUDED | #ifndef APP_GFXMODE_H_INCLUDED | ||||||
| #define APP_GFXMODE_H_INCLUDED | #define APP_GFXMODE_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_GUI_XML_INCLUDED | #ifndef APP_GUI_XML_INCLUDED | ||||||
| #define APP_GUI_XML_INCLUDED | #define APP_GUI_XML_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/xml_document.h" | #include "app/xml_document.h" | ||||||
| #include "base/string.h" | #include "base/string.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_INI_FILE_H_INCLUDED | #ifndef APP_INI_FILE_H_INCLUDED | ||||||
| #define APP_INI_FILE_H_INCLUDED | #define APP_INI_FILE_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <allegro/config.h> | #include <allegro/config.h> | ||||||
| #include "gfx/rect.h" | #include "gfx/rect.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_JOB_H_INCLUDED | #ifndef APP_JOB_H_INCLUDED | ||||||
| #define APP_JOB_H_INCLUDED | #define APP_JOB_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/unique_ptr.h" | #include "base/unique_ptr.h" | ||||||
| #include "ui/alert.h" | #include "ui/alert.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_LAUNCHER_H_INCLUDED | #ifndef APP_LAUNCHER_H_INCLUDED | ||||||
| #define APP_LAUNCHER_H_INCLUDED | #define APP_LAUNCHER_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <string> | #include <string> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_LOAD_WIDGET_H_INCLUDED | #ifndef APP_LOAD_WIDGET_H_INCLUDED | ||||||
| #define APP_LOAD_WIDGET_H_INCLUDED | #define APP_LOAD_WIDGET_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/widget_loader.h" | #include "app/widget_loader.h" | ||||||
| #include "base/unique_ptr.h" | #include "base/unique_ptr.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_LOG_H_INCLUDED | #ifndef APP_LOG_H_INCLUDED | ||||||
| #define APP_LOG_H_INCLUDED | #define APP_LOG_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_MODULES_H_INCLUDED | #ifndef APP_MODULES_H_INCLUDED | ||||||
| #define APP_MODULES_H_INCLUDED | #define APP_MODULES_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "ui/base.h" | #include "ui/base.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_MODULES_EDITORS_H_INCLUDED | #ifndef APP_MODULES_EDITORS_H_INCLUDED | ||||||
| #define APP_MODULES_EDITORS_H_INCLUDED | #define APP_MODULES_EDITORS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_MODULES_GFX_H_INCLUDED | #ifndef APP_MODULES_GFX_H_INCLUDED | ||||||
| #define APP_MODULES_GFX_H_INCLUDED | #define APP_MODULES_GFX_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/color.h" | #include "app/color.h" | ||||||
| #include "gfx/rect.h" | #include "gfx/rect.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_MODULES_GUI_H_INCLUDED | #ifndef APP_MODULES_GUI_H_INCLUDED | ||||||
| #define APP_MODULES_GUI_H_INCLUDED | #define APP_MODULES_GUI_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/ui/skin/skin_property.h" | #include "app/ui/skin/skin_property.h" | ||||||
| #include "base/exception.h" | #include "base/exception.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_MODULES_PALETTES_H_INCLUDED | #ifndef APP_MODULES_PALETTES_H_INCLUDED | ||||||
| #define APP_MODULES_PALETTES_H_INCLUDED | #define APP_MODULES_PALETTES_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace raster { | namespace raster { | ||||||
|   class Palette; |   class Palette; | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_DOC_OBJECTS_CONTAINER_H_INCLUDED | #ifndef APP_DOC_OBJECTS_CONTAINER_H_INCLUDED | ||||||
| #define APP_DOC_OBJECTS_CONTAINER_H_INCLUDED | #define APP_DOC_OBJECTS_CONTAINER_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "undo/objects_container.h" | #include "undo/objects_container.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_PROJECT_H_INCLUDED | #ifndef APP_PROJECT_H_INCLUDED | ||||||
| #define APP_PROJECT_H_INCLUDED | #define APP_PROJECT_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/project_observer.h" | #include "app/project_observer.h" | ||||||
| #include "base/disable_copying.h" | #include "base/disable_copying.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_PROJECT_EVENT_H_INCLUDED | #ifndef APP_PROJECT_EVENT_H_INCLUDED | ||||||
| #define APP_PROJECT_EVENT_H_INCLUDED | #define APP_PROJECT_EVENT_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
|   class Document; |   class Document; | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_PROJECT_OBSERVER_H_INCLUDED | #ifndef APP_PROJECT_OBSERVER_H_INCLUDED | ||||||
| #define APP_PROJECT_OBSERVER_H_INCLUDED | #define APP_PROJECT_OBSERVER_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/project_event.h" | #include "app/project_event.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_RECENT_FILES_H_INCLUDED | #ifndef APP_RECENT_FILES_H_INCLUDED | ||||||
| #define APP_RECENT_FILES_H_INCLUDED | #define APP_RECENT_FILES_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/recent_items.h" | #include "base/recent_items.h" | ||||||
| #include "base/string.h" | #include "base/string.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_RESOURCE_FINDER_H_INCLUDED | #ifndef APP_RESOURCE_FINDER_H_INCLUDED | ||||||
| #define APP_RESOURCE_FINDER_H_INCLUDED | #define APP_RESOURCE_FINDER_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <string> | #include <string> | ||||||
| #include <vector> | #include <vector> | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_SETTINGS_DOCUMENT_SETTINGS_H_INCLUDED | #ifndef APP_SETTINGS_DOCUMENT_SETTINGS_H_INCLUDED | ||||||
| #define APP_SETTINGS_DOCUMENT_SETTINGS_H_INCLUDED | #define APP_SETTINGS_DOCUMENT_SETTINGS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/color.h" | #include "app/color.h" | ||||||
| #include "filters/tiled_mode.h" | #include "filters/tiled_mode.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_SETTINGS_FREEHAND_ALGORITHM_H_INCLUDED | #ifndef APP_SETTINGS_FREEHAND_ALGORITHM_H_INCLUDED | ||||||
| #define APP_SETTINGS_FREEHAND_ALGORITHM_H_INCLUDED | #define APP_SETTINGS_FREEHAND_ALGORITHM_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_SETTINGS_INK_TYPE_H_INCLUDED | #ifndef APP_SETTINGS_INK_TYPE_H_INCLUDED | ||||||
| #define APP_SETTINGS_INK_TYPE_H_INCLUDED | #define APP_SETTINGS_INK_TYPE_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
|    |    | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_SETTINGS_ROTATION_ALGORITHM_H_INCLUDED | #ifndef APP_SETTINGS_ROTATION_ALGORITHM_H_INCLUDED | ||||||
| #define APP_SETTINGS_ROTATION_ALGORITHM_H_INCLUDED | #define APP_SETTINGS_ROTATION_ALGORITHM_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_SETTINGS_SELECTION_MODE_H_INCLUDED | #ifndef APP_SETTINGS_SELECTION_MODE_H_INCLUDED | ||||||
| #define APP_SETTINGS_SELECTION_MODE_H_INCLUDED | #define APP_SETTINGS_SELECTION_MODE_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_SETTINGS_SETTINGS_H_INCLUDED | #ifndef APP_SETTINGS_SETTINGS_H_INCLUDED | ||||||
| #define APP_SETTINGS_SETTINGS_H_INCLUDED | #define APP_SETTINGS_SETTINGS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/color.h" | #include "app/color.h" | ||||||
| #include "app/settings/freehand_algorithm.h" | #include "app/settings/freehand_algorithm.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_SETTINGS_SETTINGS_OBSERVERS_H_INCLUDED | #ifndef APP_SETTINGS_SETTINGS_OBSERVERS_H_INCLUDED | ||||||
| #define APP_SETTINGS_SETTINGS_OBSERVERS_H_INCLUDED | #define APP_SETTINGS_SETTINGS_OBSERVERS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/color.h" | #include "app/color.h" | ||||||
| #include "app/settings/freehand_algorithm.h" | #include "app/settings/freehand_algorithm.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_SETTINGS_UI_SETTINGS_H_INCLUDED | #ifndef APP_SETTINGS_UI_SETTINGS_H_INCLUDED | ||||||
| #define APP_SETTINGS_UI_SETTINGS_H_INCLUDED | #define APP_SETTINGS_UI_SETTINGS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <map> | #include <map> | ||||||
| #include <string> | #include <string> | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_SHELL_H_INCLUDED | #ifndef APP_SHELL_H_INCLUDED | ||||||
| #define APP_SHELL_H_INCLUDED | #define APP_SHELL_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace scripting { | namespace scripting { | ||||||
|   class Engine; |   class Engine; | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_THUMBNAIL_GENERATOR_H_INCLUDED | #ifndef APP_THUMBNAIL_GENERATOR_H_INCLUDED | ||||||
| #define APP_THUMBNAIL_GENERATOR_H_INCLUDED | #define APP_THUMBNAIL_GENERATOR_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/mutex.h" | #include "base/mutex.h" | ||||||
| #include "base/unique_ptr.h" | #include "base/unique_ptr.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_CONTROLLER_H_INCLUDED | #ifndef APP_TOOLS_CONTROLLER_H_INCLUDED | ||||||
| #define APP_TOOLS_CONTROLLER_H_INCLUDED | #define APP_TOOLS_CONTROLLER_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "gfx/point.h" | #include "gfx/point.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_FILL_H_INCLUDED | #ifndef APP_TOOLS_FILL_H_INCLUDED | ||||||
| #define APP_TOOLS_FILL_H_INCLUDED | #define APP_TOOLS_FILL_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
|   namespace tools { |   namespace tools { | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_INK_H_INCLUDED | #ifndef APP_TOOLS_INK_H_INCLUDED | ||||||
| #define APP_TOOLS_INK_H_INCLUDED | #define APP_TOOLS_INK_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
|   namespace tools { |   namespace tools { | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_INTERTWINE_H_INCLUDED | #ifndef APP_TOOLS_INTERTWINE_H_INCLUDED | ||||||
| #define APP_TOOLS_INTERTWINE_H_INCLUDED | #define APP_TOOLS_INTERTWINE_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "gfx/point.h" | #include "gfx/point.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_PICK_INK_H_INCLUDED | #ifndef APP_TOOLS_PICK_INK_H_INCLUDED | ||||||
| #define APP_TOOLS_PICK_INK_H_INCLUDED | #define APP_TOOLS_PICK_INK_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/tools/ink.h" | #include "app/tools/ink.h" | ||||||
| #include "base/compiler_specific.h" | #include "base/compiler_specific.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_TOOL_POINT_SHAPE_INCLUDED | #ifndef APP_TOOLS_TOOL_POINT_SHAPE_INCLUDED | ||||||
| #define APP_TOOLS_TOOL_POINT_SHAPE_H_INCLUDED | #define APP_TOOLS_TOOL_POINT_SHAPE_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "gfx/rect.h" | #include "gfx/rect.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_SHADE_TABLE_H_INCLUDED | #ifndef APP_TOOLS_SHADE_TABLE_H_INCLUDED | ||||||
| #define APP_TOOLS_SHADE_TABLE_H_INCLUDED | #define APP_TOOLS_SHADE_TABLE_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/tools/shading_mode.h" | #include "app/tools/shading_mode.h" | ||||||
| #include <vector> | #include <vector> | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_SHADING_MODE_H_INCLUDED | #ifndef APP_TOOLS_SHADING_MODE_H_INCLUDED | ||||||
| #define APP_TOOLS_SHADING_MODE_H_INCLUDED | #define APP_TOOLS_SHADING_MODE_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
|   namespace tools { |   namespace tools { | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_SHADING_OPTIONS_H_INCLUDED | #ifndef APP_TOOLS_SHADING_OPTIONS_H_INCLUDED | ||||||
| #define APP_TOOLS_SHADING_OPTIONS_H_INCLUDED | #define APP_TOOLS_SHADING_OPTIONS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
|   namespace tools { |   namespace tools { | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_TOOL_H_INCLUDED | #ifndef APP_TOOLS_TOOL_H_INCLUDED | ||||||
| #define APP_TOOLS_TOOL_H_INCLUDED | #define APP_TOOLS_TOOL_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <string> | #include <string> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_TOOL_BOX_H_INCLUDED | #ifndef APP_TOOLS_TOOL_BOX_H_INCLUDED | ||||||
| #define APP_TOOLS_TOOL_BOX_H_INCLUDED | #define APP_TOOLS_TOOL_BOX_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <list> | #include <list> | ||||||
| #include <map> | #include <map> | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_TOOL_GROUP_H_INCLUDED | #ifndef APP_TOOLS_TOOL_GROUP_H_INCLUDED | ||||||
| #define APP_TOOLS_TOOL_GROUP_H_INCLUDED | #define APP_TOOLS_TOOL_GROUP_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <string> | #include <string> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_TOOL_LOOP_H_INCLUDED | #ifndef APP_TOOLS_TOOL_LOOP_H_INCLUDED | ||||||
| #define APP_TOOLS_TOOL_LOOP_H_INCLUDED | #define APP_TOOLS_TOOL_LOOP_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/settings/selection_mode.h" | #include "app/settings/selection_mode.h" | ||||||
| #include "app/tools/trace_policy.h" | #include "app/tools/trace_policy.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_TOOL_LOOP_MANAGER_H_INCLUDED | #ifndef APP_TOOLS_TOOL_LOOP_MANAGER_H_INCLUDED | ||||||
| #define APP_TOOLS_TOOL_LOOP_MANAGER_H_INCLUDED | #define APP_TOOLS_TOOL_LOOP_MANAGER_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include <vector> | #include <vector> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_TOOLS_TRACE_POLICY_H_INCLUDED | #ifndef APP_TOOLS_TRACE_POLICY_H_INCLUDED | ||||||
| #define APP_TOOLS_TRACE_POLICY_H_INCLUDED | #define APP_TOOLS_TRACE_POLICY_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| namespace app { | namespace app { | ||||||
|   namespace tools { |   namespace tools { | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_UI_APP_MENUITEM_H_INCLUDED | #ifndef APP_UI_APP_MENUITEM_H_INCLUDED | ||||||
| #define APP_UI_APP_MENUITEM_H_INCLUDED | #define APP_UI_APP_MENUITEM_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "ui/menu.h" | #include "ui/menu.h" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_UI_BUTTON_SET_H_INCLUDED | #ifndef APP_UI_BUTTON_SET_H_INCLUDED | ||||||
| #define APP_UI_BUTTON_SET_H_INCLUDED | #define APP_UI_BUTTON_SET_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/signal.h" | #include "base/signal.h" | ||||||
| #include "ui/box.h" | #include "ui/box.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_UI_COLOR_BAR_H_INCLUDED | #ifndef APP_UI_COLOR_BAR_H_INCLUDED | ||||||
| #define APP_UI_COLOR_BAR_H_INCLUDED | #define APP_UI_COLOR_BAR_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/color.h" | #include "app/color.h" | ||||||
| #include "app/ui/color_button.h" | #include "app/ui/color_button.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_UI_COLOR_BUTTON_H_INCLUDED | #ifndef APP_UI_COLOR_BUTTON_H_INCLUDED | ||||||
| #define APP_UI_COLOR_BUTTON_H_INCLUDED | #define APP_UI_COLOR_BUTTON_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/color.h" | #include "app/color.h" | ||||||
| #include "base/compiler_specific.h" | #include "base/compiler_specific.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_UI_COLOR_SELECTOR_H_INCLUDED | #ifndef APP_UI_COLOR_SELECTOR_H_INCLUDED | ||||||
| #define APP_UI_COLOR_SELECTOR_H_INCLUDED | #define APP_UI_COLOR_SELECTOR_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/color.h" | #include "app/color.h" | ||||||
| #include "app/ui/color_sliders.h" | #include "app/ui/color_sliders.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_UI_COLOR_SLIDERS_H_INCLUDED | #ifndef APP_UI_COLOR_SLIDERS_H_INCLUDED | ||||||
| #define APP_UI_COLOR_SLIDERS_H_INCLUDED | #define APP_UI_COLOR_SLIDERS_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/color.h" | #include "app/color.h" | ||||||
| #include "base/compiler_specific.h" | #include "base/compiler_specific.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_UI_CONTEXT_BAR_H_INCLUDED | #ifndef APP_UI_CONTEXT_BAR_H_INCLUDED | ||||||
| #define APP_UI_CONTEXT_BAR_H_INCLUDED | #define APP_UI_CONTEXT_BAR_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/settings/settings_observers.h" | #include "app/settings/settings_observers.h" | ||||||
| #include "base/compiler_specific.h" | #include "base/compiler_specific.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_UI_DOCUMENT_VIEW_H_INCLUDED | #ifndef APP_UI_DOCUMENT_VIEW_H_INCLUDED | ||||||
| #define APP_UI_DOCUMENT_VIEW_H_INCLUDED | #define APP_UI_DOCUMENT_VIEW_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "app/document_observer.h" | #include "app/document_observer.h" | ||||||
| #include "app/ui/tabs.h" | #include "app/ui/tabs.h" | ||||||
|  |  | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
| 
 | 
 | ||||||
| #ifndef APP_UI_DROP_DOWN_BUTTON_H_INCLUDED | #ifndef APP_UI_DROP_DOWN_BUTTON_H_INCLUDED | ||||||
| #define APP_UI_DROP_DOWN_BUTTON_H_INCLUDED | #define APP_UI_DROP_DOWN_BUTTON_H_INCLUDED | ||||||
|  | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "base/signal.h" | #include "base/signal.h" | ||||||
| #include "ui/box.h" | #include "ui/box.h" | ||||||
|  |  | ||||||
Some files were not shown because too many files have changed in this diff Show More
		Loading…
	
		Reference in New Issue