summaryrefslogtreecommitdiffstats
path: root/src/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/xml.c b/src/xml.c
new file mode 100644
index 0000000..a2225f2
--- /dev/null
+++ b/src/xml.c
@@ -0,0 +1,8 @@
+
+int rccSave(rcc_context *ctx) {
+ return 0;
+}
+
+int rccLoad(rcc_context *ctx) {
+ return 0;
+}