/[cvs]/api/Classes/Engine3d/Object3dList.h
ViewVC logotype

Contents of /api/Classes/Engine3d/Object3dList.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sun Jul 1 20:47:58 2001 UTC (22 years, 10 months ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First import

1 #ifndef __Object3dList_H__
2 #define __Object3dList_H__
3
4 #include "Object3d.h"
5
6 class Object3dList
7 {
8
9 public:
10
11 Object3dList();
12 ~Object3dList();
13
14 Object3d *firstobjekt3d[1];
15 Object3d *lastobjekt3d[1];
16 Object3d *add( int numberofvertices,int numberofpolys,int numberofpoints, int totalnumberoftextures );
17 Object3d *get(int step);
18
19 private:
20 int howfair;
21
22 };
23
24 #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26