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