]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Implemented __TIME_STAMP__ predef, expands to a timestamp of when the __FILE__ was...
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index 6ae52e9dff8579997566f86d7815a42fb3de2edf..cc952345986c7e6ae2578c73fcc48616ccd258a7 100755 (executable)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -1012,9 +1012,11 @@ typedef struct {
 
 /*
  * line, file, counter, counter_last, random, random_last, date, time
+ * time_stamp.
+ * 
  * increment when items are added
  */
-#define FTEPP_PREDEF_COUNT 8
+#define FTEPP_PREDEF_COUNT 9
 
 struct ftepp_s *ftepp_create           ();
 bool            ftepp_preprocess_file  (struct ftepp_s *ftepp, const char *filename);