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

Contents of /api/Classes/Engine3d/Texture.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 __Texture_H__
2 #define __Texture_H__
3
4 #include "TextureData.h"
5
6 class Texture
7 {
8
9 public:
10
11 Texture();
12 ~Texture();
13
14 TextureData *vtexturedata[1];
15 TextureData *lasttexturedata[1];
16 int *add_texture( char *texturedataname );
17 void copy_text(char *source, char *dest);
18 int compare_text(char *source, char *dest);
19 int sizeof_text(char *source);
20 private:
21
22 int howfair;
23
24 };
25
26 #endif

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26