mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
4bd37e7b64
Doxygen hates the QuakeC-style function prototypes we use, so switch to the C-style prototypes.
7 lines
197 B
C
7 lines
197 B
C
#ifndef __ruamoko_infokey_h
|
|
#define __ruamoko_infokey_h
|
|
|
|
@extern string infokey (entity e, string key);
|
|
@extern void setinfokey (entity ent, string key, string value);
|
|
|
|
#endif//__ruamoko_infokey_h
|