Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/util/helper_functions.h @ 5141

Last change on this file since 5141 was 5141, checked in by bensch, 19 years ago

orxonox/trunk: moved helper-functions to helper-functions.cc

File size: 525 bytes
Line 
1/*!
2 * @file helper_functions.h
3 * @brief Definition of some minor helper-functions
4*/
5
6#ifndef _HELPER_FUNCTIONS_H
7#define _HELPER_FUNCTIONS_H
8
9// FORWARD DECLARATION
10
11/***********************
12*** HELPER FUNCTIONS ***
13***********************/
14bool          isBool(const char* BOOL, bool defaultValue);
15int           isInt(const char* INT, int defaultValue);
16float         isFloat(const char* FLOAT, float defaultValue);
17const char*   isString(const char* STRING, const char* defaultValue);
18
19#endif /* _HELPER_FUNCTIONS_H */
Note: See TracBrowser for help on using the repository browser.