Added newline to end-of-file
This commit is contained in:
@@ -459,4 +459,4 @@ int Credits::IsMoreAIDecksUnlocked(DeckStats * stats) {
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
#include "PrecompiledHeader.h"
|
||||
#include "PrecompiledHeader.h"
|
||||
|
||||
@@ -763,4 +763,4 @@ void TestSuite::pregameTests()
|
||||
if (!sb.unitTest()) nbFailed++;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -146,4 +146,4 @@ void VerticalTextScroller::Render()
|
||||
{
|
||||
WFont * mFont = WResourceManager::Instance()->GetWFont(fontId);
|
||||
mFont->DrawString(mText.c_str(), mX, mY);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user