2002-08-15 21:00:51 +00:00
|
|
|
#ifndef __ruamoko_infokey_h
|
|
|
|
#define __ruamoko_infokey_h
|
2002-08-15 06:56:37 +00:00
|
|
|
|
|
|
|
@extern string (entity e, string key) infokey;
|
|
|
|
@extern void (entity ent, string key, string value) setinfokey;
|
|
|
|
|
2002-08-15 21:00:51 +00:00
|
|
|
#endif//__ruamoko_infokey_h
|