lyx_mirror/src/credits.h

9 lines
102 B
C++

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