Subversion Repositories gelsvn

Rev

Rev 595 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 595 Rev 601
Line 13... Line 13...
13
#define __UTIL_PARSE_H__
13
#define __UTIL_PARSE_H__
14
 
14
 
15
#include <string>
15
#include <string>
16
#include <sstream>
16
#include <sstream>
17
#include <vector>
17
#include <vector>
18
#include <CGLA/Vec4f.h>
18
#include "../CGLA/Vec4f.h"
19
#include <CGLA/Vec3f.h>
19
#include "../CGLA/Vec3f.h"
20
#include <CGLA/Vec2f.h>
20
#include "../CGLA/Vec2f.h"
21
 
21
 
22
namespace Util {
22
namespace Util {
23
	std::string floatToString(float value);
23
	std::string floatToString(float value);
24
	void parse(const char* str,bool& x);
24
	void parse(const char* str,bool& x);
25
	void parse(const char* str,std::string& x);
25
	void parse(const char* str,std::string& x);