Files
jak-project/game/graphics/opengl_renderer/TextureAnimator.h
T
water111 2fc943977f [jak2] GOAL side texture animation stuff (#2766)
It turns out we didn't decompile any of this stuff yet.
2023-06-24 10:11:47 -04:00

9 lines
141 B
C++

#pragma once
#include "common/dma/dma_chain_read.h"
class TextureAnimator {
public:
void handle_texture_anim_data(DmaFollower& dma);
};