mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
d8b96c598c
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@443 a592a061-630c-0410-9148-cb99ea01b6c8
9 lines
102 B
C++
9 lines
102 B
C++
// -*- C++ -*-
|
|
#ifndef CREDITS_H
|
|
#define CREDITS_H
|
|
|
|
void ShowCredits();
|
|
void ShowCopyright();
|
|
|
|
#endif
|