11 lines
88 B
C
11 lines
88 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef _MBFIMPORT_H
|
||
|
#define _MBFIMPORT_H
|
||
|
|
||
|
|
||
|
void ImportFiles(int);
|
||
|
|
||
|
#endif
|
||
|
|