Cleanup: Move BKE_autoexec.h to full Cpp header BKE_autoexec.hh.
This commit is contained in:
@@ -7,16 +7,8 @@
|
||||
* \ingroup bke
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* \param path: The path to check against.
|
||||
* \return Success
|
||||
*/
|
||||
bool BKE_autoexec_match(const char *path);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
@@ -332,7 +332,7 @@ set(SRC
|
||||
BKE_attribute.h
|
||||
BKE_attribute.hh
|
||||
BKE_attribute_math.hh
|
||||
BKE_autoexec.h
|
||||
BKE_autoexec.hh
|
||||
BKE_bake_geometry_nodes_modifier.hh
|
||||
BKE_bake_items.hh
|
||||
BKE_bake_items_paths.hh
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
# include "BLI_string.h"
|
||||
#endif
|
||||
|
||||
#include "BKE_autoexec.h" /* own include */
|
||||
#include "BKE_autoexec.hh" /* own include */
|
||||
|
||||
bool BKE_autoexec_match(const char *path)
|
||||
{
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
|
||||
#include "BKE_addon.h"
|
||||
#include "BKE_appdir.h"
|
||||
#include "BKE_autoexec.h"
|
||||
#include "BKE_autoexec.hh"
|
||||
#include "BKE_blender.h"
|
||||
#include "BKE_blender_version.h"
|
||||
#include "BKE_blendfile.hh"
|
||||
|
||||
Reference in New Issue
Block a user