mirror of
https://github.com/open-goal/jak-project
synced 2026-05-30 00:47:20 -04:00
0767321934
* temp * cleanup * documentation, enable alpha * add subfolder * support all textures
10 lines
177 B
C++
10 lines
177 B
C++
#pragma once
|
|
|
|
class ObjectFileData;
|
|
|
|
struct TPageResultStats {
|
|
int total_textures = 0;
|
|
int successful_textures = 0;
|
|
};
|
|
|
|
TPageResultStats process_tpage(ObjectFileData& data); |