11 lines
139 B
C
11 lines
139 B
C
/* $Id: mbfimport.h,v 1.1 2001/11/25 12:25:59 mbroek Exp $ */
|
|
|
|
#ifndef _MBFIMPORT_H
|
|
#define _MBFIMPORT_H
|
|
|
|
|
|
void ImportFiles(int);
|
|
|
|
#endif
|
|
|