Normalize all the line endings

This commit is contained in:
Tino Reichardt
2020-05-31 13:08:03 +02:00
parent d8345ee3b3
commit 9c3c277ad7
1156 changed files with 292304 additions and 292304 deletions

View File

@@ -1,23 +1,23 @@
// Common/Lang.h
#ifndef __COMMON_LANG_H
#define __COMMON_LANG_H
#include "MyString.h"
class CLang
{
wchar_t *_text;
CRecordVector<UInt32> _ids;
CRecordVector<UInt32> _offsets;
bool OpenFromString(const AString &s);
public:
CLang(): _text(0) {}
~CLang() { Clear(); }
bool Open(CFSTR fileName, const char *id);
void Clear() throw();
const wchar_t *Get(UInt32 id) const throw();
};
#endif
// Common/Lang.h
#ifndef __COMMON_LANG_H
#define __COMMON_LANG_H
#include "MyString.h"
class CLang
{
wchar_t *_text;
CRecordVector<UInt32> _ids;
CRecordVector<UInt32> _offsets;
bool OpenFromString(const AString &s);
public:
CLang(): _text(0) {}
~CLang() { Clear(); }
bool Open(CFSTR fileName, const char *id);
void Clear() throw();
const wchar_t *Get(UInt32 id) const throw();
};
#endif