diff options
Diffstat (limited to 'src/include/rcfile.h')
| -rw-r--r-- | src/include/rcfile.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/rcfile.h b/src/include/rcfile.h new file mode 100644 index 00000000..c194e9ae --- /dev/null +++ b/src/include/rcfile.h @@ -0,0 +1,8 @@ +#ifndef __RCFILE_H__ +#define __RCFILE_H__ + +void LoadRCFile(const char* filename); +void DeleteParams(); +void ApplyParams(const char* name); + +#endif //__RCFILE_H__ \ No newline at end of file |