mirror of
https://github.com/open-goal/jak-project
synced 2026-06-11 05:08:53 -04:00
7 lines
114 B
C++
7 lines
114 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
const std::vector<std::string>& jak2_animated_texture_slots();
|