binding-of-isaac/src/move.h

7 lines
78 B
C

#ifndef MOVE_H
#define MOVE_H
void init_csts();
void playerActions();
#endif