Sin descripción

custom_structs_malloc.h 120B

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