mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-06 06:55:48 -07:00
9 lines
208 B
C++
9 lines
208 B
C++
#ifndef GEOMREINDEX_H__
|
|
#define GEOMREINDEX_H__
|
|
|
|
class FCDGeometryPolygons;
|
|
class FCDSkinController;
|
|
|
|
void ReindexGeometry(FCDGeometryPolygons* polys, FCDSkinController* skin = 0);
|
|
|
|
#endif // GEOMREINDEX_H__
|