mirror of
https://github.com/open-goal/jak-project
synced 2026-05-27 08:09:29 -04:00
6 lines
117 B
C++
6 lines
117 B
C++
#pragma once
|
|
#include <vector>
|
|
|
|
#include "common/common_types.h"
|
|
|
|
u32 clean_up_vertex_indices(std::vector<u32>& idx); |