Normalized line ending
Former-commit-id: bd061c48bdc8f0d26159dac3b41017defef5ae1e
This commit is contained in:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Auto detect text files and perform LF normalization
|
||||||
|
* text=auto
|
||||||
@@ -89,7 +89,6 @@ class NAZARA_API NzString : public NzHashable
|
|||||||
char16_t* GetUtf16Buffer(unsigned int* size = nullptr) const;
|
char16_t* GetUtf16Buffer(unsigned int* size = nullptr) const;
|
||||||
char32_t* GetUtf32Buffer(unsigned int* size = nullptr) const;
|
char32_t* GetUtf32Buffer(unsigned int* size = nullptr) const;
|
||||||
wchar_t* GetWideBuffer(unsigned int* size = nullptr) const;
|
wchar_t* GetWideBuffer(unsigned int* size = nullptr) const;
|
||||||
|
|
||||||
NzString GetWord(unsigned int index, nzUInt32 flags = None) const;
|
NzString GetWord(unsigned int index, nzUInt32 flags = None) const;
|
||||||
unsigned int GetWordPosition(unsigned int index, nzUInt32 flags = None) const;
|
unsigned int GetWordPosition(unsigned int index, nzUInt32 flags = None) const;
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
#include <Nazara/Utility/SubMesh.hpp>
|
#include <Nazara/Utility/SubMesh.hpp>
|
||||||
|
|
||||||
class NzMesh;
|
class NzMesh;
|
||||||
struct NzAnimation;
|
|
||||||
|
|
||||||
class NAZARA_API NzKeyframeMesh : public NzSubMesh
|
class NAZARA_API NzKeyframeMesh : public NzSubMesh
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user