diff options
Diffstat (limited to 'gba/source/payload.h')
-rw-r--r-- | gba/source/payload.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gba/source/payload.h b/gba/source/payload.h new file mode 100644 index 0000000..3f9ca62 --- /dev/null +++ b/gba/source/payload.h | |||
@@ -0,0 +1,12 @@ | |||
1 | /* | ||
2 | * Example Gen3-multiboot payload by slipstream/RoL 2017. | ||
3 | * | ||
4 | * This software may be modified and distributed under the terms | ||
5 | * of the MIT license. See the LICENSE file for details. | ||
6 | * | ||
7 | * payload.h: header file describing payload function | ||
8 | */ | ||
9 | |||
10 | #include "saveblocks.h" | ||
11 | |||
12 | void payload(pSaveBlock1 SaveBlock1,pSaveBlock2 SaveBlock2,pSaveBlock3 SaveBlock3); \ No newline at end of file | ||