diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-14 22:16:21 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-14 22:16:21 -0400 |
commit | 80985df175f67ea1b90772d2d82c5f97bda44106 (patch) | |
tree | 85a1aba4ad51072a26441ff6c1a7dd4cb34c72c8 /include/cable_car_util.h | |
parent | 8c54cccc993ab617ac8bbfb1fc6347484640c441 (diff) |
sub_8123244
Diffstat (limited to 'include/cable_car_util.h')
-rw-r--r-- | include/cable_car_util.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/cable_car_util.h b/include/cable_car_util.h new file mode 100644 index 000000000..0f50914c8 --- /dev/null +++ b/include/cable_car_util.h @@ -0,0 +1,12 @@ +#ifndef GUARD_CABLE_CAR_UTIL_H +#define GUARD_CABLE_CAR_UTIL_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations + +void sub_8124F08(u16 *dest, const u16 *src, u8 x, u8 y, u8 width, u8 height); + +#endif //GUARD_CABLE_CAR_UTIL_H |