misc/libphysfs/lzma/CPP/Common/ListFileUtils.h
author Wuzzy <almikes@aol.com>
Sat, 23 Sep 2017 09:35:45 +0200
changeset 12507 f4b0e164a0d5
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Chance that clicking the random hats button produces a set of equal hats

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