Cleanup: move image_intern.h -> .hh

This commit is contained in:
Aras Pranckevicius
2023-12-20 13:17:39 +02:00
parent 1ae10de6b2
commit b8ada36518
6 changed files with 6 additions and 14 deletions

View File

@@ -31,7 +31,7 @@ set(SRC
image_undo.cc
space_image.cc
image_intern.h
image_intern.hh
)
set(LIB

View File

@@ -44,7 +44,7 @@
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "image_intern.h"
#include "image_intern.hh"
#define B_NOP -1
#define MAX_IMAGE_INFO_LEN 128

View File

@@ -62,7 +62,7 @@
#include "RE_engine.h"
#include "RE_pipeline.h"
#include "image_intern.h"
#include "image_intern.hh"
static void draw_render_info(
const bContext *C, Scene *scene, Image *ima, ARegion *region, float zoomx, float zoomy)

View File

@@ -16,13 +16,9 @@ struct bContext;
struct bNodeTree;
struct wmOperatorType;
#ifdef __cplusplus
extern "C" {
#endif
/* `space_image.cc` */
extern const char *image_context_dir[]; /* doc access */
extern "C" extern const char *image_context_dir[]; /* doc access */
/* `image_draw.cc` */
@@ -100,7 +96,3 @@ void IMAGE_OT_tile_fill(struct wmOperatorType *ot);
*/
struct ImageUser *ntree_get_active_iuser(struct bNodeTree *ntree);
void image_buttons_register(struct ARegionType *art);
#ifdef __cplusplus
}
#endif

View File

@@ -86,7 +86,7 @@
#include "RE_engine.h"
#include "image_intern.h"
#include "image_intern.hh"
/* -------------------------------------------------------------------- */
/** \name View Navigation Utilities

View File

@@ -56,7 +56,7 @@
#include "DRW_engine.h"
#include "image_intern.h"
#include "image_intern.hh"
/**************************** common state *****************************/