mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 08:55:21 +00:00
b5403bcfc7
This was SVN commit r4725.
10 lines
208 B
C++
10 lines
208 B
C++
#ifndef GEOMREINDEX_H__
|
|
#define GEOMREINDEX_H__
|
|
|
|
class FCDGeometryPolygons;
|
|
class FCDSkinController;
|
|
|
|
void ReindexGeometry(FCDGeometryPolygons* polys, FCDSkinController* skin = 0);
|
|
|
|
#endif // GEOMREINDEX_H__
|