Change SOL "magic number" to 0x4c4f53af. See rationale in the log of
[neverball] / share / geom.h
index ad72fe1..97da84f 100644 (file)
@@ -4,6 +4,9 @@
 /*---------------------------------------------------------------------------*/
 
 #define IMG_SHAD "png/shadow.png"
+#define IMG_COIN _("png/coin.png")
+#define IMG_COIN_GRUP "png/growup.png"
+#define IMG_COIN_GRDN "png/growdn.png"
 
 #define BALL_FUDGE    0.001f
 #define COIN_RADIUS   0.15f
@@ -32,6 +35,7 @@ void coin_init(int);
 void coin_free(void);
 
 void coin_push(void);
+void coin_push_text(int n);
 void coin_draw(int, float);
 void coin_pull(void);