teleport/common/pyshell/src/pys_util.h

10 lines
181 B
C++

#ifndef __PYS_UTIL_H__
#define __PYS_UTIL_H__
#include <ex/ex_str.h>
#include <list>
FILE* pys_open_file(const ex_wstr& file_name, const wchar_t* mode);
#endif // __PYS_UTIL_H__