This commit is contained in:
Paul 2001-04-06 21:25:18 +00:00
parent 461123580e
commit 0cb7d8d491
5 changed files with 159 additions and 28 deletions

View file

@ -48,7 +48,9 @@ private:
typedef enum
{
NET_STATE__EMPTY,
NET_STATE__JUST_CAUGHT_SOMETHING,
NET_STATE__FULL,
NET_STATE__JUST_LAUNCHED_SOMETHING,
} NetState;
int canSwingNetFromThisState();