mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 21:20:07 +00:00
9 lines
119 B
C
9 lines
119 B
C
|
#ifndef __globals_h
|
||
|
#define __globals_h
|
||
|
|
||
|
struct progs_s;
|
||
|
|
||
|
void dump_globals (struct progs_s *pr);
|
||
|
|
||
|
#endif//__globals_h
|