hostile-takeover/game/license.h
2014-07-06 17:47:28 -07:00

8 lines
332 B
C

// On-screen licensing strings. Requires INCL_DRAWREVISIONNUMBER to draw
// pszLicenseLine1 is shared with the revision number
// pszLicenseLine2 is the next line.
// Either can be NULL in which case smart formatting occurs.
char *pszLicenseLine1 = NULL; //"Licensed to:";
char *pszLicenseLine2 = NULL; //"Omni Interactive Audio";