BT-MatML-Editor
0.1.4
Editor for the MatML 3.1 XML Schema
include
fcopy.h
1
#ifndef FCOPY_H
2
#define FCOPY_H
3
4
namespace
bellshire
{
5
// File copy function prototype by M. Ratcliff
6
7
#define COPY_ERROR -1
8
#define COPY_OK 0
9
10
int
FileCopy
11
(
const
char
*src,
12
const
char
*dst );
13
14
}
//namespace bellshire
15
16
#endif
bellshire
Contains the GUI and GUI associated classes. OnInit() calls the creation of the MaterialFrame GUI
Definition:
BT_MatML_App.h:39
Generated by
1.9.3