mirror of
https://github.com/open-goal/jak-project
synced 2026-09-10 04:22:13 -04:00
2fc943977f
It turns out we didn't decompile any of this stuff yet.
9 lines
141 B
C++
9 lines
141 B
C++
#pragma once
|
|
|
|
#include "common/dma/dma_chain_read.h"
|
|
|
|
class TextureAnimator {
|
|
public:
|
|
void handle_texture_anim_data(DmaFollower& dma);
|
|
};
|