mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-08-25 23:26:42 -04:00
8 lines
123 B
C
8 lines
123 B
C
#ifndef _INITINTROMATRICES_H_
|
|
#define _INITINTROMATRICES_H_
|
|
#include <ultra64.h>
|
|
|
|
void alloc_intro_matrices(void);
|
|
|
|
#endif
|