repo2/firmware_eclairexl/cartridge.h @ 1476
#ifndef CARTRIDGE_H
|
|
#define CARTRIDGE_H
|
|
#include "simplefile.h"
|
|
|
|
int load_car(struct SimpleFile* file);
|
|
#endif
|