dbd54b9ebe
im just doing this so i can see if gpg key signing works
10 lines
172 B
C
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
|