about summary refs log tree commit diff stats
path: root/gba/source/payload.h
blob: 3f9ca62054ba05115b43bb0e7d872813acd2b3ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Example Gen3-multiboot payload by slipstream/RoL 2017.
 *
 * This software may be modified and distributed under the terms
 * of the MIT license.  See the LICENSE file for details.
 *
 * payload.h: header file describing payload function
 */

#include "saveblocks.h"

void payload(pSaveBlock1 SaveBlock1,pSaveBlock2 SaveBlock2,pSaveBlock3 SaveBlock3);