blob: c667300fe417daa1c860e4af0d67d849dfaee46e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* PARSEC HEADER: e_vtxani.h
*/
#ifndef _E_VTXANI_H_
#define _E_VTXANI_H_
// external functions
int VtxAnimMakeCurrent( GenObject *gobj, dword animid );
VtxAnimState* VtxAnimCreateFromFaceList( GenObject *gobj, dword lod, int numfaces, dword *faceids );
#endif // _E_VTXANI_H_
|