mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-12-25 19:46:50 -05:00
Normalize line endings (#49)
* Introduce end of line normalization * Normalize line endings
This commit is contained in:
parent
a79040cc20
commit
21666ed4f4
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
|
||||
* text=auto
|
||||
|
||||
*.cs diff=csharp
|
@ -12,7 +12,6 @@ namespace OpenDiablo2.Common.Interfaces.Drawing
|
||||
eHero Hero { get; set; }
|
||||
PlayerEquipment Equipment { get; set; }
|
||||
eMobMode MobMode { get; set; }
|
||||
|
||||
void Update(long ms);
|
||||
void Render(int pixelOffsetX, int pixelOffsetY);
|
||||
void ResetAnimationData();
|
||||
|
Loading…
Reference in New Issue
Block a user