Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/parser/preferences/ini_file_prefs_reader.h @ 9869

Last change on this file since 9869 was 9869, checked in by bensch, 18 years ago

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File size: 464 bytes
Line 
1/*!
2 * @file ini_file_prefs_reader.h
3 * @brief Definition of IniFilePrefsReader
4*/
5
6#ifndef _INI_FILE_PREFS_READER_H
7#define _INI_FILE_PREFS_READER_H
8
9#include "lib/parser/ini_parser/ini_parser.h"
10#include "lib/parser/preferences/preferences.h"
11
12
13//! A class for reading inifiles into Preferences
14class IniFilePrefsReader {
15
16 public:
17   IniFilePrefsReader(const std::string& fileName);
18   virtual ~IniFilePrefsReader();
19
20
21};
22
23#endif /* _INI_FILE_PREFS_READER_H */
Note: See TracBrowser for help on using the repository browser.