662b7d8bba
git-svn-id: svn://10.65.10.50/trunk@1817 c028cbd2-c16b-5b4b-a496-9718f37d4682
18 lines
264 B
C
Executable File
18 lines
264 B
C
Executable File
#define __VE0100D_H
|
|
|
|
#ifndef __REAL_H
|
|
#include "real.h"
|
|
#endif
|
|
|
|
#ifndef __ISAM_H
|
|
#include "isam.h"
|
|
#endif
|
|
|
|
|
|
real f100( TRectype& r );
|
|
real f200( TRectype& r );
|
|
real f300( TRectype& r );
|
|
real f400( TRectype& r );
|
|
real f500( TRectype& r );
|
|
real f600( TRectype& r );
|