Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/mount_points/src/lib/graphics/importer/oif/object_information_file.h @ 10050

Last change on this file since 10050 was 10050, checked in by patrick, 17 years ago

added some files for ground working

File size: 446 bytes
Line 
1/*!
2 * @file object_information_file.h
3 * @brief Definition of a class that helps defining mount point connections
4*/
5
6#ifndef _OBJECT_INFORMATION_FILE_H
7#define _OBJECT_INFORMATION_FILE_H
8
9#include "vertex_array_model.h"
10
11
12
13//! A class for object informations
14class ObjectInformationFile : public VertexArrayModel
15{
16
17public:
18  ObjectInformationFile();
19  virtual ~ObjectInformationFile();
20
21
22
23private:
24
25};
26
27#endif /* _OBJECT_INFORMATION_FILE_H */
Note: See TracBrowser for help on using the repository browser.