Files
2023-07-01 18:54:51 -04:00

9 lines
124 B
C

#ifndef SYS_VIMGR_H
#define SYS_VIMGR_H
#include "types.h"
#include "dolphin/vi.h"
extern void viBlack(int black);
#endif