Adopt to RNA prototypes changes in master (fix compile error)

This commit is contained in:
Julian Eisel 2022-03-28 00:13:49 +02:00
parent 72e67691ed
commit eaa58a1607
3 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,8 @@ set(INC
../../windowmanager
../../../../intern/glew-mx
../../../../intern/guardedalloc
# RNA_prototypes.h
${CMAKE_BINARY_DIR}/source/blender/makesrna
)
set(SRC
@ -45,3 +47,6 @@ set(LIB
)
blender_add_lib(bf_editor_space_assets "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
# RNA_prototypes.h
add_dependencies(bf_editor_space_assets bf_rna)

View File

@ -24,6 +24,7 @@
#include "BKE_context.h"
#include "RNA_access.h"
#include "RNA_prototypes.h"
#include "UI_interface.h"
#include "UI_resources.h"

View File

@ -34,6 +34,7 @@
#include "MEM_guardedalloc.h"
#include "RNA_access.h"
#include "RNA_prototypes.h"
#include "UI_interface.h"
#include "UI_resources.h"