project_files/frontlib/model/gamesetup.h
changeset 7316 f7b49b2c5d84
parent 7314 6171f0bad318
child 7320 e704706008d4
--- a/project_files/frontlib/model/gamesetup.h	Wed Jun 27 22:52:19 2012 +0200
+++ b/project_files/frontlib/model/gamesetup.h	Thu Jul 05 00:33:24 2012 +0200
@@ -39,4 +39,10 @@
 
 void flib_gamesetup_destroy(flib_gamesetup *gamesetup);
 
+/**
+ * Deep-copy of the flib_gamesetup. Copies everything except the weaponsets
+ * of the hogs; those are kept as references.
+ */
+flib_gamesetup *flib_gamesetup_copy(flib_gamesetup *gamesetup);
+
 #endif