mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
cdc1f0c5e7
Now that qfcc actually supports them properly.
8 lines
167 B
C
8 lines
167 B
C
#ifndef __ruamoko_qw_message_h
|
|
#define __ruamoko_qw_message_h
|
|
|
|
#include <message.h>
|
|
|
|
@extern void multicast (vector where, float set);
|
|
|
|
#endif//__ruamoko_qw_message_h
|