source: trunk/packages/vizservers/nanovis/TypeDefs.h @ 1258

Last change on this file since 1258 was 1053, checked in by gah, 16 years ago

fixes to make compile under gcc-4.3

File size: 262 bytes
Line 
1#ifndef _TYPEDEFS_H_
2#define _TYPEDEFS_H_
3
4#include <vector>
5
6#include "Vector3.h"
7#include "Vector4.h"
8
9#include <string>
10
11typedef std::vector<Vector3> Vector3Array;
12typedef std::vector<Vector4> Vector4Array;
13typedef std::string String;
14
15#endif // _TYPEDEFS_H_
Note: See TracBrowser for help on using the repository browser.