Subversion Repositories gelsvn

Rev

Rev 425 | Rev 595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 425 Rev 448
Line 1... Line 1...
1
#ifndef __PARSE_H__
1
#ifndef __UTIL_PARSE_H__
2
#define __PARSE_H__
2
#define __UTIL_PARSE_H__
3
 
3
 
4
#include <string>
4
#include <string>
5
#include <sstream>
5
#include <sstream>
6
#include <vector>
6
#include <vector>
7
#include <CGLA/Vec4f.h>
7
#include <CGLA/Vec4f.h>