MangoHud/src/config.h

9 lines
195 B
C
Raw Normal View History

#pragma once
#ifndef MANGOHUD_CONFIG_H
#define MANGOHUD_CONFIG_H
#include "overlay_params.h"
2020-05-10 12:11:56 +00:00
void parseConfigFile(overlay_params& p);
2020-08-15 13:14:55 +00:00
extern std::string program_name;
#endif //MANGOHUD_CONFIG_H