mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
11 lines
164 B
C
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 |