mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-06 15:51:25 +00:00
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
|