very bad collision(work in progress)
This commit is contained in:
10
src/player.h
Normal file
10
src/player.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef PLAYER_H
|
||||
#define PLAYER_H
|
||||
|
||||
// FUNction declaration! yay!!!
|
||||
// run by main.c constantly to allow player input.
|
||||
extern bool dir;
|
||||
extern float curhorvel;
|
||||
void UpdatePlayerControls(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user