первый
This commit is contained in:
14
lib/loader3ds.h
Normal file
14
lib/loader3ds.h
Normal file
@ -0,0 +1,14 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#ifndef loader3dsH
|
||||
#define loader3dsH
|
||||
|
||||
#include "object3d.h"
|
||||
#include "wxTools.h"
|
||||
#include <wx/zipstrm.h>
|
||||
|
||||
|
||||
bool Load3DS (TTriangles * Triangles, char *filename);
|
||||
bool Load3DSFromZIP (TTrianglesList *MultyMesh,TFileList *fl);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user