mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-15 09:21:33 +00:00
9 lines
111 B
C
9 lines
111 B
C
|
#ifndef __lines_h
|
||
|
#define __lines_h
|
||
|
|
||
|
struct progs_s;
|
||
|
|
||
|
void dump_lines (struct progs_s *pr);
|
||
|
|
||
|
#endif//__lines_h
|