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,7 +29,8 @@
#include "COM_CompositorContext.h"
#include "COM_NodeConverter.h"
class Node;
namespace blender::compositor {
class NodeOperation;
class NodeConverter;
@@ -317,3 +318,5 @@ class NodeOutput {
void getEditorValueColor(float *value);
void getEditorValueVector(float *value);
};
} // namespace blender::compositor