mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
6 lines
82 B
C++
6 lines
82 B
C++
#include "common/const.h"
|
|
|
|
namespace consts {
|
|
|
|
const char * buildId = "test";
|
|
}
|