mirror of
https://github.com/ApacheThunder/SCKILL.git
synced 2025-06-18 11:05:50 -04:00
7 lines
243 B
C
7 lines
243 B
C
#pragma once
|
|
#include "Save.h"
|
|
|
|
bool eeprom_patchV111(const struct save_type* type);
|
|
bool eeprom_patchV120(const struct save_type* type);
|
|
bool eeprom_patchV124(const struct save_type* type);
|
|
bool eeprom_patchV126(const struct save_type* type); |