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