Ignore:
Timestamp:
09/24/2008 08:58:53 PM (4 years ago)
Author:
guyru
Message:

configuration - initial work, parsing settings and highscore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MainFrame.cpp

    r156 r157  
    3636#include "About.h" 
    3737#include "UtilityFunctions.h" 
     38#include "configuration.h" 
    3839#include <iostream> 
    3940#include <sstream> 
     
    7879                wxRenameFile(home_path+wxT("/.OpenYahtzee"),home_path+wxT("/.openyahtzee"),false); 
    7980        } 
     81        Configuration config("/home/guy/.openyahtzee.new"); 
    8082        m_settingsdb = new SettingsDB(); //Get the settings database connection 
    8183        m_highscoredb = new HighScoreTableDB(); 
Note: See TracChangeset for help on using the changeset viewer.