e0264a3459
I'm really not sure about how I grouped the nodes, but that's a start. In need of review --------- Co-authored-by: Nik <werwolv98@gmail.com>
13 lines
387 B
C++
13 lines
387 B
C++
#include <hex/data_processor/node.hpp>
|
|
|
|
namespace hex::plugin::builtin {
|
|
|
|
void registerBasicDataProcessorNodes();
|
|
void registerVisualDataProcessorNodes();
|
|
void registerLogicDataProcessorNodes();
|
|
void registerControlDataProcessorNodes();
|
|
void registerDecodeDataProcessorNodes();
|
|
void registerMathDataProcessorNodes();
|
|
void registerOtherDataProcessorNodes();
|
|
|
|
} |