muon/include/backend/backend.h
2022-10-25 10:54:31 -04:00

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