#ifndef NXS_ALGO_H #define NXS_ALGO_H #include namespace nxs { class Nexus; class Patch; void ComputeNormals(Nexus &nexus); void ComputeTriStrip(unsigned short nfaces, unsigned short *faces, std::vector &strip); void Reorder(unsigned int signature, nxs::Patch &patch); } #endif