about summary refs log tree commit diff stats
path: root/src/include/rcfile.h
blob: c194e9aeafd61aa49ddfe03e39bb07ca533ac0b7 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef __RCFILE_H__
#define __RCFILE_H__

void LoadRCFile(const char* filename);
void DeleteParams();
void ApplyParams(const char* name);

#endif //__RCFILE_H__