mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01: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;
|
|
|
|
}; |