Descent3/netgames/hoard/hoardaux.h

11 lines
174 B
C
Raw Normal View History

2024-04-16 03:43:29 +00:00
#ifndef __HOARD_AUX_H_
#define __HOARD_AUX_H_
2024-04-16 18:56:40 +00:00
typedef struct {
int min_hoard;
} tGameConfig;
2024-04-16 03:43:29 +00:00
2024-04-16 18:56:40 +00:00
// game config send/receive
2024-04-16 03:43:29 +00:00
void SendGameConfig(int towho);
#endif