summaryrefslogtreecommitdiff
path: root/src/save.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-04 09:40:59 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-04 09:40:59 +0100
commit9e43f84427b7a79bd56d56b46fbd341e1a161cfb (patch)
tree56964eebf95613f4c36e8f2d6fce01fb04a71767 /src/save.h
parent3f1aed9d71d10f5a7430b8720c6a1e93630b4477 (diff)
work
Diffstat (limited to 'src/save.h')
-rw-r--r--src/save.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/save.h b/src/save.h
deleted file mode 100644
index afcfea5..0000000
--- a/src/save.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
-* BSD 2-Clause “Simplified” License
-* Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com
-* All rights reserved.
-*/
-
-#ifndef INCLUDE_SAVE
-#define INCLUDE_SAVE
-
-#define SAVE_FILE_EXTENSION "*.json"
-
-void load_project_from_folder(char *path_buf);
-void load_project();
-void save_project_to_folder(char *path_buf);
-void save_project();
-
-#endif \ No newline at end of file