mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 14:32:04 +00:00
bea633366d
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1848 a592a061-630c-0410-9148-cb99ea01b6c8
10 lines
86 B
C++
10 lines
86 B
C++
// -*- C++ -*-
|
|
#ifndef FIGUREFORM_H
|
|
#define FIGUREFORM_H
|
|
|
|
///
|
|
void Figure();
|
|
|
|
#endif
|
|
|