summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-04-12 11:19:21 (GMT)
committer Simon <simon@hardwired.org.uk>2011-04-12 11:19:21 (GMT)
commit67531c24349c479cd9e765a02050aa8b15dbb439 (patch)
tree1d440eeba68ce1ac3ab38abed8784ca11f3b3087 /includes
parentd3553536772c11158ff69f2d442c1504568fea0d (diff)
downloadpowder-67531c24349c479cd9e765a02050aa8b15dbb439.zip
powder-67531c24349c479cd9e765a02050aa8b15dbb439.tar.gz
Game save renderer
Diffstat (limited to 'includes')
-rw-r--r--includes/defines.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/includes/defines.h b/includes/defines.h
index 5bffea7..7a60f7d 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -10,7 +10,7 @@
#define SAVE_VERSION 47
#define MINOR_VERSION 3
#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
-#define BETA
+//#define BETA
#define SERVER "powdertoy.co.uk"
@@ -26,8 +26,13 @@
#define TIMEOUT 100
#define HTTP_TIMEOUT 10
+#ifdef RENDERER
+#define MENUSIZE 0
+#define BARSIZE 0
+#else
#define MENUSIZE 40
#define BARSIZE 17
+#endif
#define XRES 612
#define YRES 384
#define NPART XRES*YRES
@@ -137,6 +142,7 @@ struct stamp
};
typedef struct stamp stamp;
+int frameidx;
int MSIGN;
int CGOL;
int ISGOL;