summaryrefslogtreecommitdiff
path: root/include/main.h
blob: 8186b8efe2cb90c8f9a6c68d31bc4598bb876b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
////////////////////////////////////////////////////////////////
// Defines for the VB Core
#ifndef MAIN_H_
#define MAIN_H_

#include <stdio.h>
#include "v810_cpu.h"

char rom_name[128];

#endif