mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-08 00:32:28 +00:00
6 lines
250 B
C
6 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__;
|