diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-11-27 18:50:47 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-11-27 18:50:47 +0100 |
| commit | 06851f8b984574cd1532191feca9765ea07904c0 (patch) | |
| tree | f389096a5bab95f8d4b7cd2be3595d7fac0cd45f /src/include/rcfile.h | |
| parent | 893fc7c9402dac4bd8c1dd2cbdd42752c59012bd (diff) | |
| download | box64-06851f8b984574cd1532191feca9765ea07904c0.tar.gz box64-06851f8b984574cd1532191feca9765ea07904c0.zip | |
Added box64rc configuration file handling
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 |