misc/libphysfs/lzma/CPP/Common/ListFileUtils.h
author nemo
Fri, 05 Oct 2018 16:22:51 -0400
changeset 13864 f68bb13f7bc7
parent 12213 bb5522e88ab2
permissions -rw-r--r--
silly tmp var for sake of pas2c

// 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