mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 20:29:17 +02:00
10 lines
189 B
C
10 lines
189 B
C
#pragma once
|
|
|
|
#include <Model3d.h>
|
|
|
|
struct MaTopologyUtils {
|
|
|
|
void ConvertTopology(gfx::index_array &Indices, gfx::vertex_array &Vertices,
|
|
int const Typ) const;
|
|
|
|
}; |