mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
6 lines
141 B
C
6 lines
141 B
C
#ifndef __nq_message_h
|
|
#define __nq_message_h
|
|
|
|
@extern void (vector o, vector d, float color, float count) particle;
|
|
|
|
#endif//__nq_message_h
|