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

13 lines
291 B
C

/*
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
* SPDX-License-Identifier: GPL-3.0-only
*/
#ifndef FUNCTIONS_BOTH_LIBS_H
#define FUNCTIONS_BOTH_LIBS_H
#include "functions/common.h"
void both_libs_build_impl_tbl(void);
extern struct func_impl impl_tbl_both_libs[];
#endif