rnd-19990216-2
[rocksndiamonds.git] / src / game.h
index 8e33f098209ecf14cde3865631260073dd779173..20b8e89af99bd53e7b7ce3072faf0ee0abce8b88 100644 (file)
 
 #include "main.h"
 
+/* score for elements (also used by editor.c) */
+#define SC_EDELSTEIN           0
+#define SC_DIAMANT             1
+#define SC_KAEFER              2
+#define SC_FLIEGER             3
+#define SC_MAMPFER             4
+#define SC_ROBOT               5
+#define SC_PACMAN              6
+#define SC_KOKOSNUSS           7
+#define SC_DYNAMIT             8
+#define SC_SCHLUESSEL          9
+#define SC_ZEITBONUS           10
+
 void GetPlayerConfig(void);
 void InitGame(void);
 void InitMovDir(int, int);