leakyfaucet.h 473 B

1234567891011
  1. /*********************************************************************
  2. Contains leak strings for the game and who they went to...
  3. *********************************************************************/
  4. #define MAX_LEAK_STRING_LENGTH 200
  5. //this contains the leakString HEADER only...the plumber utility
  6. //will then patch onto the end of this a unique leakstring
  7. static char leakString[MAX_LEAK_STRING_LENGTH] = "Bryce %s Pasechnik and Janik %s Joire Rule";