muon/include/functions/generator.h
2023-11-19 13:41:32 -05:00

15 lines
398 B
C

/*
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
* SPDX-License-Identifier: GPL-3.0-only
*/
#ifndef MUON_FUNCTIONS_GENERATOR_H
#define MUON_FUNCTIONS_GENERATOR_H
#include "functions/common.h"
bool generated_list_process_for_target(struct workspace *wk, uint32_t err_node,
obj gl, obj tgt, bool add_targets, obj *res);
extern const struct func_impl impl_tbl_generator[];
#endif