mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-30 11:25:37 +00:00
13 lines
291 B
C
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
|