2024-01-08 11:20:58 -05:00

13 lines
315 B
C

/*
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
* SPDX-License-Identifier: GPL-3.0-only
*/
#ifndef MUON_FUNCTIONS_MESON_H
#define MUON_FUNCTIONS_MESON_H
#include "functions/common.h"
extern const struct func_impl impl_tbl_meson[];
extern const struct func_impl impl_tbl_meson_internal[];
#endif