blob: 907c80791aa80cc51f3c432cc2616609f0e810eb (
plain)
1
2
3
4
5
6
7
8
9
|
/*
* mrustc "minicargo" (minimal cargo clone)
* - By John Hodge (Mutabah)
*
* cfg.cpp
* - Handling of target configuration (in manifest nodes)
*/
#pragma once
extern bool Cfg_Check(const char* cfg_string);
|