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

12 lines
263 B
C

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