mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +00:00
10 lines
86 B
C
10 lines
86 B
C
|
// -*- C++ -*-
|
||
|
#ifndef FIGUREFORM_H
|
||
|
#define FIGUREFORM_H
|
||
|
|
||
|
///
|
||
|
void Figure();
|
||
|
|
||
|
#endif
|
||
|
|