summaryrefslogtreecommitdiff
path: root/lib/common/BannerText.cpp
blob: 9ec2c0d7eea92ecc375f854cccad134cb14eb8fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// --------------------------------------------------------------------------
//
// File
//		Name:    BannerText.cpp
//		Purpose: Banner text for daemons and utilities
//		Created: 2018-08-16
//
// --------------------------------------------------------------------------

#include "Box.h"

#include "BannerText.h"

#pragma message("Build signature: " BOX_BUILD_SIGNATURE)