Blender Git Loki
Git Commits -> Revision 8c4f121
Revision 8c4f121 by Julian Eisel (outliner-cpp-refactor) November 9, 2020, 12:54 (GMT) |
Cleanup: Split header for Outliner tree building into C and C++ headers It's odd to include a C++ header (".hh") in C code, we should avoid that. All of the Outliner code should be moved to C++, I don't expect this C header to stay for long. |
Commit Details:
Full Hash: 8c4f1214927f6dfca288a7c5b8202d1fa7ec3140
Parent Commit: c796364
Lines Changed: +67, -43
1 Added Path:
/source/blender/editors/space_outliner/tree/tree_display.h (+64, -0) (View)