This header isn't used by anything and it hasn't been updated in 2 years...
This commit is contained in:
@@ -1,24 +0,0 @@
|
|||||||
#ifndef NETGAMESTATE_H
|
|
||||||
#define NETGAMESTATE_H
|
|
||||||
|
|
||||||
|
|
||||||
#define MAX_PLAYERS 8
|
|
||||||
#define MAX_NAME_LENGTH 32
|
|
||||||
|
|
||||||
|
|
||||||
struct NetPlayerState
|
|
||||||
{
|
|
||||||
char name[MAX_NAME_LENGTH];
|
|
||||||
float score;
|
|
||||||
int combo;
|
|
||||||
bool bReady;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct NetGameState
|
|
||||||
{
|
|
||||||
int num_players;
|
|
||||||
NetPlayerState player[MAX_PLAYERS];
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Reference in New Issue
Block a user