mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-04 20:37:59 -06:00
8 lines
332 B
C
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";
|