misc/libphysfs/lzma/CPP/Common/ListFileUtils.h
author alfadur
Sat, 21 Jul 2018 02:13:55 +0300
changeset 13534 662f7df89d06
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Implement room config export

// Common/ListFileUtils.h

#ifndef __COMMON_LISTFILEUTILS_H
#define __COMMON_LISTFILEUTILS_H

#include "MyString.h"
#include "Types.h"

bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);

#endif