Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/lib/parser/preferences/ini_file_prefs_reader.h @ 9865

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

orxonox/new_class_id: more include fixes

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.