mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
7 lines
129 B
C
7 lines
129 B
C
|
#ifndef __ruamoko_cvar_h
|
||
|
#define __ruamoko_cvar_h
|
||
|
|
||
|
@extern string (string varname) Cvar_GetCvarString;
|
||
|
|
||
|
#endif//__ruamoko_cvar_h
|