mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
7 lines
250 B
C
7 lines
250 B
C
|
// This file's main purpose is to be recompiled whenever the Makefile slams rev.h (usually always) so the timestamp gets updated, even for a partial recompile.
|
||
|
|
||
|
const char *
|
||
|
#include "rev.h"
|
||
|
|
||
|
const char* s_buildTimestamp = __DATE__ " " __TIME__;
|