mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-05 11:17:23 -04:00
11 lines
259 B
C
11 lines
259 B
C
#ifndef IN_GAME_GFXREPLACE_H
|
|
#define IN_GAME_GFXREPLACE_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void gfxReplaceGbiCommands(Gfx *gdl, Gfx *endgdl, s32 type);
|
|
void gfxReplaceGbiCommandsRecursively(struct roomblock *arg0, s32 type);
|
|
|
|
#endif
|