1
0
Fork 0
terragear/src/Lib/Win32/mkdir.hpp
2000-05-30 20:44:17 +00:00

11 lines
127 B
C++

//
// file: mkdir.hpp
//
#ifndef MY_MKDIR_H
#define MY_MKDIR_H
// function prototypes
void fg_mkdir( const char* );
#endif