Project

General

Profile

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

int load_car(struct SimpleFile* file);
#endif
(10-10/35)