quakeforge/ruamoko/include/nq_message.h
Jeff Teunissen 4bd37e7b64 Switch to C-style function declarations.
Doxygen hates the QuakeC-style function prototypes we use, so switch to the
C-style prototypes.
2010-12-11 20:31:59 -05:00

6 lines
165 B
C

#ifndef __ruamoko_nq_message_h
#define __ruamoko_nq_message_h
@extern void particle (vector o, vector d, float color, float count);
#endif//__ruamoko_nq_message_h