diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-06 20:57:36 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-06 20:57:36 -0500 |
commit | 86f0291f63ff6bc580476dae3c00fc4d6d7b15da (patch) | |
tree | 37d03c82f0b43a4a0b856610c5b36fe96dc3ebed /include/cable_car_util.h | |
parent | deac7fd3706ea9de855330881e2555a8c70d72f3 (diff) | |
parent | 680d3fd7b980578024226eccffe2e01072826227 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby
Diffstat (limited to 'include/cable_car_util.h')
-rw-r--r-- | include/cable_car_util.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/cable_car_util.h b/include/cable_car_util.h new file mode 100644 index 000000000..7126331a1 --- /dev/null +++ b/include/cable_car_util.h @@ -0,0 +1,13 @@ +#ifndef GUARD_CABLE_CAR_UTIL_H +#define GUARD_CABLE_CAR_UTIL_H + +// Exported type declarations + +// Exported RAM declarations + +// Exported ROM declarations + +void CableCarUtil_FillWrapped(void *dest, u16 value, u8 x, u8 y, u8 width, u8 height); +void CableCarUtil_CopyWrapped(void *dest, const u16 *src, u8 x, u8 y, u8 width, u8 height); + +#endif //GUARD_CABLE_CAR_UTIL_H |