Added newline to end-of-file
This commit is contained in:
@@ -274,4 +274,4 @@ string JFileSystem::GetResourceFile(string filename)
|
|||||||
{
|
{
|
||||||
string result = mResourceRoot;
|
string result = mResourceRoot;
|
||||||
return result.append(filename);
|
return result.append(filename);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,4 +27,4 @@ namespace CardSelectorSingleton
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif //CARDSELECTORSINGLETON_H
|
#endif //CARDSELECTORSINGLETON_H
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -85,4 +85,4 @@ private:
|
|||||||
static MTGPack defaultBooster;
|
static MTGPack defaultBooster;
|
||||||
vector<MTGPack*> packs;
|
vector<MTGPack*> packs;
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -19,4 +19,4 @@
|
|||||||
#include "JFileSystem.h"
|
#include "JFileSystem.h"
|
||||||
#include "JLogger.h"
|
#include "JLogger.h"
|
||||||
|
|
||||||
#endif //PRECOMPILEDHEADER_H
|
#endif //PRECOMPILEDHEADER_H
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ protected:
|
|||||||
vector<WStyleRule*> rules;
|
vector<WStyleRule*> rules;
|
||||||
string activeStyle;
|
string activeStyle;
|
||||||
map<string,WStyle*> styles;
|
map<string,WStyle*> styles;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -100,4 +100,4 @@ class TestSuiteAI:public AIPlayerBaka{
|
|||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -97,4 +97,4 @@ class ThisX:public ThisDescriptor{
|
|||||||
ThisX(int x);
|
ThisX(int x);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -197,4 +197,4 @@ struct WCSortRarity{
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -191,4 +191,4 @@ protected:
|
|||||||
int ability;
|
int ability;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -459,4 +459,4 @@ int Credits::IsMoreAIDecksUnlocked(DeckStats * stats) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
#include "PrecompiledHeader.h"
|
#include "PrecompiledHeader.h"
|
||||||
|
|||||||
@@ -763,4 +763,4 @@ void TestSuite::pregameTests()
|
|||||||
if (!sb.unitTest()) nbFailed++;
|
if (!sb.unitTest()) nbFailed++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -146,4 +146,4 @@ void VerticalTextScroller::Render()
|
|||||||
{
|
{
|
||||||
WFont * mFont = WResourceManager::Instance()->GetWFont(fontId);
|
WFont * mFont = WResourceManager::Instance()->GetWFont(fontId);
|
||||||
mFont->DrawString(mText.c_str(), mX, mY);
|
mFont->DrawString(mText.c_str(), mX, mY);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user