mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-10 05:46:45 -04:00
10 lines
198 B
C
10 lines
198 B
C
#ifndef IN_GAME_GFXREPLACE_H
|
|
#define IN_GAME_GFXREPLACE_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void gfxReplaceGbiCommandsRecursively(struct roomblock *arg0, s32 type);
|
|
|
|
#endif
|