mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
045e52cf14
protection macros consistent
7 lines
197 B
C
7 lines
197 B
C
#ifndef __ruamoko_infokey_h
|
|
#define __ruamoko_infokey_h
|
|
|
|
@extern string (entity e, string key) infokey;
|
|
@extern void (entity ent, string key, string value) setinfokey;
|
|
|
|
#endif//__ruamoko_infokey_h
|