Cleanup: move image_intern.h -> .hh
This commit is contained in:
@@ -31,7 +31,7 @@ set(SRC
|
||||
image_undo.cc
|
||||
space_image.cc
|
||||
|
||||
image_intern.h
|
||||
image_intern.hh
|
||||
)
|
||||
|
||||
set(LIB
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
#include "RE_engine.h"
|
||||
|
||||
#include "image_intern.h"
|
||||
#include "image_intern.hh"
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name View Navigation Utilities
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
#include "DRW_engine.h"
|
||||
|
||||
#include "image_intern.h"
|
||||
#include "image_intern.hh"
|
||||
|
||||
/**************************** common state *****************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user