dsp-asm/visitable.hpp

12 lines
121 B
C++

#pragma once
namespace dsp {
struct binary_t;
struct grouping_t;
struct literal_t;
struct unary_t;
struct assign_t;
}