jak-project/common/texture/texture_slots.h

8 lines
177 B
C++

#pragma once
#include <string>
#include <vector>
const std::vector<std::string>& jak2_animated_texture_slots();
const std::vector<std::string>& jak3_animated_texture_slots();