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