Update Model_local.h

This commit is contained in:
HarrievG 2022-06-06 01:00:36 +02:00 committed by GitHub
parent d29f363aa8
commit 8981441237
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,8 @@ public:
bool ConvertASEToModelSurfaces( const struct aseModel_s* ase );
bool ConvertLWOToModelSurfaces( const struct st_lwObject* lwo );
bool ConvertMAToModelSurfaces( const struct maModel_s* ma );
bool ConvertGltfMeshToModelsurfaces( const gltfMesh * mesh);
struct aseModel_s* ConvertLWOToASE( const struct st_lwObject* obj, const char* fileName );
bool DeleteSurfaceWithId( int id );