rnd-20020324-1-src
[rocksndiamonds.git] / src / libgame / misc.h
index d90727d9416cd6c396a8c7ac91980513e915e4e2..453c5640e84b273cf69691601875ad208ccf5f98 100644 (file)
 #include "system.h"
 
 
-/* functions for version handling */
-#define VERSION_IDENT(x,y,z)   ((x) * 10000 + (y) * 100 + (z))
-#define VERSION_MAJOR(x)       ((x) / 10000)
-#define VERSION_MINOR(x)       (((x) % 10000) / 100)
-#define VERSION_PATCH(x)       ((x) % 100)
-
 /* values for InitCounter() and Counter() */
 #define INIT_COUNTER                   0
 #define READ_COUNTER                   1