Cleanup: Add namespace to compositor.

This commit is contained in:
2021-03-23 17:12:27 +01:00
parent 9975af5ffa
commit 25c02ea703
445 changed files with 1813 additions and 15 deletions

View File

@@ -29,6 +29,8 @@
# include "MEM_guardedalloc.h"
#endif
namespace blender::compositor {
class CompositorContext;
class Node;
class NodeInput;
@@ -121,3 +123,5 @@ class NodeGraph {
MEM_CXX_CLASS_ALLOC_FUNCS("COM:NodeGraph")
#endif
};
} // namespace blender::compositor