mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-28 10:24:37 +00:00
14 lines
250 B
C
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
|