No Description

custom_structs_malloc.h 146B

12345678
  1. #ifndef CUSTOM_S_MAL_H_
  2. #define CUSTOM_S_MAL_H_
  3. void malloc_battle_structs();
  4. void free_battle_structs();
  5. void battle_switch_in();
  6. #endif