mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-01 09:47:11 -04:00
11 lines
200 B
C
11 lines
200 B
C
#ifndef _IN_LIB_RDP_H
|
|
#define _IN_LIB_RDP_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void rdpInit(void);
|
|
void rdpCreateTask(Gfx *gdlstart, Gfx *gdlend, u32 arg2, void *msg);
|
|
|
|
#endif
|