summaryrefslogtreecommitdiff
path: root/src/strife/m_saves.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/m_saves.h')
-rw-r--r--src/strife/m_saves.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/strife/m_saves.h b/src/strife/m_saves.h
index 9b587c81..b55ffa12 100644
--- a/src/strife/m_saves.h
+++ b/src/strife/m_saves.h
@@ -31,8 +31,16 @@
#ifndef M_SAVES_H__
#define M_SAVES_H__
+// Strife Savegame Functions
boolean M_SaveMisObj(const char *path);
+// Custom Utilities for Filepath Handling
+void *M_Calloc(size_t n1, size_t n2);
+void M_NormalizeSlashes(char *str);
+int M_StringAlloc(char **str, int numstrs, size_t extra, const char *str1, ...);
+char *M_SafeFilePath(const char *basepath, const char *newcomponent);
+char M_GetFilePath(const char *fn, char *dest, size_t len);
+
#endif
// EOF