mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
6 lines
105 B
C
6 lines
105 B
C
#ifndef __cvar_h
|
|
#define __cvar_h
|
|
|
|
@extern string (string varname) Cvar_GetCvarString;
|
|
|
|
#endif//__cvar_h
|