summaryrefslogtreecommitdiff
path: root/include/cable_car_util.h
blob: d109190b0ce355b6f115f66342120455ec5bdd01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef GUARD_CABLE_CAR_UTIL_H
#define GUARD_CABLE_CAR_UTIL_H

// Exported type declarations

// Exported RAM declarations

// Exported ROM declarations

void sub_8124F08(void *dest, const u16 *src, u8 x, u8 y, u8 width, u8 height);
void sub_8124E7C(void *dest, u16 a1, u8 a2, u8 a3, u8 a4, u8 a5);

#endif //GUARD_CABLE_CAR_UTIL_H