about summary refs log tree commit diff stats
path: root/src/include/rcfile.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-11-27 18:50:47 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-11-27 18:50:47 +0100
commit06851f8b984574cd1532191feca9765ea07904c0 (patch)
treef389096a5bab95f8d4b7cd2be3595d7fac0cd45f /src/include/rcfile.h
parent893fc7c9402dac4bd8c1dd2cbdd42752c59012bd (diff)
downloadbox64-06851f8b984574cd1532191feca9765ea07904c0.tar.gz
box64-06851f8b984574cd1532191feca9765ea07904c0.zip
Added box64rc configuration file handling
Diffstat (limited to 'src/include/rcfile.h')
-rw-r--r--src/include/rcfile.h8
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