13 lines
244 B
C
13 lines
244 B
C
|
#ifndef ALSK_ALSK_EDSL_OP_OP_H
|
||
|
#define ALSK_ALSK_EDSL_OP_OP_H
|
||
|
|
||
|
#include "impl/farm.h"
|
||
|
#include "impl/farmsel.h"
|
||
|
#include "impl/itersel.h"
|
||
|
#include "impl/loop.h"
|
||
|
#include "impl/operand.h"
|
||
|
#include "impl/serial.h"
|
||
|
#include "impl/while.h"
|
||
|
|
||
|
#endif
|