// -*- C++ -*- #ifndef CREDITS_H #define CREDITS_H void ShowCredits(); void ShowCopyright(); #endif