Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2007, 5:37:26 PM (16 years ago)
Author:
landauf
Message:

added a config-file-parser and a makro ( SetConfigValue(variable, defaultvalue) ) to get user-modified values from the config-file (or to write the defaultvalue into it if the variable isn't yet in the file).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/orxonox.cc

    r375 r434  
    623623
    624624        std::cout << "2\n";
     625        Test2* test11_2 = new Test2;
    625626*/
    626627
    627         Test2* test11_2 = new Test2;
    628628        std::cout << "3\n";
     629        Test3* test11_3 = new Test3;
     630        test11_3->configOutput();
     631
     632        std::cout << "4\n";
    629633
    630634        startRenderLoop();
Note: See TracChangeset for help on using the changeset viewer.