playergame/src/movement.h
zombie maniac dbd54b9ebe
i have no idea what changed
im just doing this so i can see if gpg key signing works
2023-10-30 18:30:16 -04:00

10 lines
172 B
C

#ifndef MOVEMENT_H
#define MOVEMENT_H
#include "entity.h"
int attempt_move(struct entity *fuck, int units, int direction);
void all_entity(struct entity *fuck);
#endif