V-Gears 0
Free Final Fantasy VII engine.
TimToVram.h File Reference
Include dependency graph for TimToVram.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void LoadTimFileToVram (File *file, int tim_offset, Vram *vram)
 Loads a TIM image file into an VRAM block. More...
 

Function Documentation

◆ LoadTimFileToVram()

void LoadTimFileToVram ( File file,
int  tim_offset,
Vram vram 
)

Loads a TIM image file into an VRAM block.

Parameters
[in]fileThe TIM file to load.
[in]tim_offsetOffset of the TIM file.
[out]vramThe VRAM block to load the image to.