muon/include/functions/source_set.h
2025-08-20 10:30:42 -04:00

12 lines
237 B
C

/*
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
* SPDX-License-Identifier: GPL-3.0-only
*/
#ifndef FUNCTIONS_SOURCE_SET_H
#define FUNCTIONS_SOURCE_SET_H
#include "lang/func_lookup.h"
FUNC_REGISTER(source_set);
#endif