mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 02:37:05 -05:00
12 lines
452 B
C
12 lines
452 B
C
#ifndef PMDSKY_MAIN_02014A4C_H
|
|
#define PMDSKY_MAIN_02014A4C_H
|
|
#include "common.h"
|
|
#include "save.h"
|
|
|
|
void CopyMoveToStream(struct bitstream * stream, struct ground_move * move );
|
|
void CopyMoveFromStream(struct bitstream * stream, struct ground_move * move );
|
|
void CopyMovesetToStream(struct bitstream * stream, struct ground_move * src);
|
|
void CopyMovesetFromStream(struct bitstream * stream, struct ground_move * dst);
|
|
|
|
#endif //PMDSKY_MAIN_02014A4C_H
|