mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
12 lines
255 B
C
12 lines
255 B
C
#ifndef MASKS_H
|
|
#define MASKS_H
|
|
|
|
void RegisterBlastMaskKeg();
|
|
void RegisterFastTransformation();
|
|
void RegisterFierceDeityAnywhere();
|
|
void RegisterNoBlastMaskCooldown();
|
|
void RegisterPersistentMasks();
|
|
void UpdatePersistentMasksState();
|
|
|
|
#endif // MASKS_H
|