Moved layout detection to separate method.

This commit is contained in:
emb
2015-01-01 16:33:01 -06:00
parent 457f2c180c
commit df3fe6f314
2 changed files with 15 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ private:
Page *LoadPage(std::string collectionName);
RETROFE_STATE ProcessUserInput();
void Update(float dt, bool scrollActive);
std::string GetLayout(std::string collectionName);
Configuration &Config;
CollectionDatabase &CollectionDB;