improved virtual buttons for touch devices (Android)
[rocksndiamonds.git] / src / libgame / snapshot.h
index 44afa7b045bd2533a76fac1b0fba9916c0ec540b..54ce381adda79421f8dfa7b273fc08c5d81a3c9b 100644 (file)
 #include "misc.h"
 
 
+#define SNAPSHOT_MEMORY_DEFAULT                (512 * 1024 * 1024)
+
 /* needed for comfortably saving engine snapshot buffers */
-#define ARGS_ADDRESS_AND_SIZEOF(x)             (&(x)), (sizeof(x))
+#define ARGS_ADDRESS_AND_SIZEOF(x)     (&(x)), (sizeof(x))
 
 struct SnapshotNodeInfo
 {