mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-30 03:14:36 +00:00
12 lines
251 B
C
12 lines
251 B
C
/*
|
|
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
*/
|
|
|
|
#ifndef MUON_BACKEND_BACKEND_H
|
|
#define MUON_BACKEND_BACKEND_H
|
|
#include "lang/workspace.h"
|
|
|
|
bool backend_output(struct workspace *wk);
|
|
#endif
|