mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 21:20:07 +00:00
045e52cf14
protection macros consistent
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 (vector where, float set) multicast;
|
|
|
|
#endif//__ruamoko_qw_message_h
|