Descent3/netgames/hoard/hoardaux.h
2024-04-16 14:21:35 -06:00

11 lines
164 B
C

#ifndef __HOARD_AUX_H_
#define __HOARD_AUX_H_
typedef struct {
int min_hoard;
} tGameConfig;
// game config send/receive
void SendGameConfig(int towho);
#endif