muon/include/backend/xcode.h
2024-11-26 06:24:56 -05:00

14 lines
250 B
C

/*
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
* SPDX-License-Identifier: GPL-3.0-only
*/
#ifndef MUON_BACKEND_XCODE_H
#define MUON_BACKEND_XCODE_H
#include "lang/workspace.h"
bool xcode_write_all(struct workspace *wk);
#endif