mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-30 19:34:50 +00:00
13 lines
311 B
C
13 lines
311 B
C
/*
|
|
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
*/
|
|
|
|
#ifndef MUON_FUNCTIONS_DICT_H
|
|
#define MUON_FUNCTIONS_DICT_H
|
|
#include "functions/common.h"
|
|
|
|
extern const struct func_impl impl_tbl_dict[];
|
|
extern const struct func_impl impl_tbl_dict_internal[];
|
|
#endif
|