mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-01 17:57:10 -04:00
12 lines
153 B
C
12 lines
153 B
C
#ifndef _IN_LIB_VM_H
|
|
#define _IN_LIB_VM_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
extern u8 g_VmShowStats;
|
|
|
|
u32 vmInit(void);
|
|
|
|
#endif
|