Skip to content

Commit

Permalink
Declaro la firma de la funcion cambio
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Fabrizio Orsi <[email protected]>
  • Loading branch information
lima-limon-inc committed Oct 27, 2023
1 parent 42a15a2 commit 5d25662
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/gusano.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef GUSANO_HEADER
#define GUSANO_HEADER

#include "protocolo.h"
#include <sys/types.h>

// hp = healt points
Expand All @@ -12,6 +13,8 @@ class Gusano {

public:
Gusano();

std::pair<int, int> cambio(Direccion accion);
};


Expand Down

0 comments on commit 5d25662

Please sign in to comment.