mirror of
https://github.com/open-goal/jak-project.git
synced 2025-02-21 06:33:30 +00: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); |