Added newline to end-of-file

This commit is contained in:
Ittobaal@gmail.com
2011-01-08 12:24:39 +00:00
parent c3b926830a
commit 07ef902d85
14 changed files with 14 additions and 14 deletions

View File

@@ -274,4 +274,4 @@ string JFileSystem::GetResourceFile(string filename)
{
string result = mResourceRoot;
return result.append(filename);
}
}

View File

@@ -27,4 +27,4 @@ namespace CardSelectorSingleton
}
#endif //CARDSELECTORSINGLETON_H
#endif //CARDSELECTORSINGLETON_H

View File

@@ -26,4 +26,4 @@ private:
};
#endif
#endif

View File

@@ -85,4 +85,4 @@ private:
static MTGPack defaultBooster;
vector<MTGPack*> packs;
};
#endif
#endif

View File

@@ -19,4 +19,4 @@
#include "JFileSystem.h"
#include "JLogger.h"
#endif //PRECOMPILEDHEADER_H
#endif //PRECOMPILEDHEADER_H

View File

@@ -29,4 +29,4 @@ protected:
vector<WStyleRule*> rules;
string activeStyle;
map<string,WStyle*> styles;
};
};

View File

@@ -100,4 +100,4 @@ class TestSuiteAI:public AIPlayerBaka{
#endif
#endif
#endif

View File

@@ -97,4 +97,4 @@ class ThisX:public ThisDescriptor{
ThisX(int x);
};
#endif
#endif

View File

@@ -197,4 +197,4 @@ struct WCSortRarity{
};
#endif
#endif

View File

@@ -191,4 +191,4 @@ protected:
int ability;
};
#endif
#endif

View File

@@ -459,4 +459,4 @@ int Credits::IsMoreAIDecksUnlocked(DeckStats * stats) {
}
}
return 0;
}
}

View File

@@ -1 +1 @@
#include "PrecompiledHeader.h"
#include "PrecompiledHeader.h"

View File

@@ -763,4 +763,4 @@ void TestSuite::pregameTests()
if (!sb.unitTest()) nbFailed++;
}
}
#endif
#endif

View File

@@ -146,4 +146,4 @@ void VerticalTextScroller::Render()
{
WFont * mFont = WResourceManager::Instance()->GetWFont(fontId);
mFont->DrawString(mText.c_str(), mX, mY);
}
}