Project

General

Profile

195 markw
#ifndef CARTRIDGE_H
#define CARTRIDGE_H
#include "simplefile.h"

int load_car(struct SimpleFile* file);
#endif