mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 23:11:38 +00:00
8 lines
143 B
C
8 lines
143 B
C
#ifndef __qw_message_h
|
|
#define __qw_message_h
|
|
|
|
#include "message.h"
|
|
|
|
@extern void (vector where, float set) multicast;
|
|
|
|
#endif//__qw_message_h
|