Fixed ???
Some files have been renamed
This commit is contained in:
@@ -29,9 +29,14 @@ struct Player
|
||||
ControlState controls;
|
||||
V2f shotPos;
|
||||
|
||||
G_Outfit outfit;
|
||||
|
||||
F32 reloadTimer;
|
||||
};
|
||||
|
||||
function void PlayerInit(G_State *game, Player *player);
|
||||
function void PlayerDraw(D_Context *draw, Player *player);
|
||||
|
||||
function void PlayerInput(SDL_Event *event, Player *player);
|
||||
function void PlayerUpdate(F32 delta, Player *player);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user