You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#pragma once
|
|
#include <comp/obf/transform/add_op.hpp>
|
|
#include <comp/obf/transform/operation.hpp>
|
|
#include <comp/obf/transform/sub_op.hpp>
|
|
|
|
namespace theo::comp::obf::transform {
|
|
std::map<operation_t::type_t, operation_t*> operations;
|
|
} |